corrected compose file

This commit is contained in:
2026-04-27 22:50:02 +02:00
parent 8b7834bb2a
commit 073ad0d621
+3 -3
View File
@@ -1,6 +1,6 @@
services: services:
front: front:
build: ./ipwa build: ./frontend
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@@ -14,7 +14,7 @@ services:
links: links:
- api - api
api: api:
build: ./ipwa-backend build: ./backend
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@@ -37,4 +37,4 @@ services:
- mongodb:/data/db - mongodb:/data/db
volumes: volumes:
mongodb: mongodb:
cert: cert: