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
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# If you need more help, visit the Docker compose reference guide at
# https://docs.docker.com/compose/compose-file/

# Here the instructions define your application as two services called "todo-app" and todo-database
# The service todo-app is built from the Dockerfile in the /app directory,
# and the service todo-database uses the official MongoDB image
# Here the instructions define your application as two services called "todo-app" and "todo-database"
# The service "todo-app" is built from the Dockerfile in the /app directory,
# and the service "todo-database" uses the official MongoDB image
# from Docker Hub - https://hub.docker.com/_/mongo.
# You can add other services your application may depend on here.

Expand Down Expand Up @@ -35,4 +35,4 @@ services:
- 27017:27017

#volumes:
#database:
#database: