Umbau auf Alpine.js

This commit is contained in:
2026-07-03 00:17:27 +02:00
parent 31b3f58f3c
commit 2d88811b12
21 changed files with 993 additions and 1267 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ services:
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "3000:3000"
- "3001:3001"
environment:
- PORT=3000
- PORT=3001
- MONGODB_URI=mongodb://mongo:27017/jahresplanung
depends_on:
- mongo