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:
- 80:80
- 443:443
links:
- api
api:
build: ./ipwa-backend
restart: unless-stopped
@@ -22,6 +24,8 @@ services:
- mongodb
volumes:
- ./config/:/app/config/
links:
- mongodb
mongodb:
image: mongo:latest
restart: unless-stopped