diff --git a/compose.yaml b/compose.yaml index da717fa..6b529f3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: @@ -27,7 +27,7 @@ services: target: /usr/src/app action: sync - todo-database: + todo-database:docker compose up -d image: mongo:6 #volumes: # - database:/data/db @@ -35,4 +35,4 @@ services: - 27017:27017 #volumes: - #database: \ No newline at end of file + #database: