fix: updated compose

This commit is contained in:
2025-04-23 08:59:00 +02:00
parent 2f6e09c3dc
commit 268e100c9a

View File

@@ -11,6 +11,8 @@ services:
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
links:
- api
api: api:
build: ./ipwa-backend build: ./ipwa-backend
restart: unless-stopped restart: unless-stopped
@@ -22,6 +24,8 @@ services:
- mongodb - mongodb
volumes: volumes:
- ./config/:/app/config/ - ./config/:/app/config/
links:
- mongodb
mongodb: mongodb:
image: mongo:latest image: mongo:latest
restart: unless-stopped restart: unless-stopped