remove nginx

This commit is contained in:
2026-04-10 00:25:43 +02:00
parent 9223e4d35f
commit b97f982c67
6 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ services:
- DATABASE_URL=sqlite:///data/astronome.db
- RUST_LOG=info
ports:
- "3301:3301"
- "3001:3001"
frontend:
build: ./frontend
restart: unless-stopped
ports:
- "3300:80"
- "3000:80"
depends_on:
- backend