Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# You can add other services your application may depend on here.

services:
todo-app:
todo-app:docker compose up -d
build:
context: ./app
depends_on:
Expand All @@ -27,12 +27,12 @@ services:
target: /usr/src/app
action: sync

todo-database:
todo-database:docker compose up -d
image: mongo:6
#volumes:
# - database:/data/db
ports:
- 27017:27017

#volumes:
#database:
#database: