V1.1.0 Responsive

Footer angepasst
Lauffähigkeit auf Server verbessert
deploy.sh mit for loop
This commit is contained in:
rxf
2026-03-22 18:44:22 +01:00
parent b71d92646b
commit 0b9d21c24c
11 changed files with 258 additions and 20 deletions

View File

@@ -56,6 +56,12 @@ services:
networks:
- internal
- proxy
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
interval: 10s
timeout: 5s
retries: 5
start_period: 10s
labels:
- "traefik.enable=true"
- "traefik.docker.network=dockge_default"
@@ -72,7 +78,8 @@ services:
container_name: wetterstation_frontend_prod
restart: unless-stopped
depends_on:
- api
api:
condition: service_healthy
networks:
- internal
- proxy