Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H1B0B0 authored Feb 17, 2024
1 parent 26e68a2 commit 71e98b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "3"
services:
traefik:
restart: always
image: traefik
container_name: traefik
command:
Expand All @@ -23,6 +24,7 @@ services:
- web

mongodb:
restart: always
image: mongo:4.2.19
container_name: mongodb
ports:
Expand All @@ -39,6 +41,7 @@ services:
- web

backend:
restart: always
container_name: backend
image: node:21
working_dir: /backend
Expand All @@ -61,6 +64,7 @@ services:
- 4000:4000

frontend:
restart: always
container_name: frontend
depends_on:
- traefik
Expand Down

0 comments on commit 71e98b5

Please sign in to comment.