compose.yml entfernt (Server nutzt docker-compose.prod.yml mit Traefik)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 11:06:05 +02:00
parent 0224e2d9d8
commit 27ed8ebfc0
-22
View File
@@ -1,22 +0,0 @@
services:
arbeitszeit_app:
image: docker.citysensor.de/arbeitszeit:latest
container_name: arbeitszeit_app
restart: unless-stopped
env_file: .env
environment:
NODE_ENV: production
DB_PATH: /app/data/arbeitszeit.db
volumes:
- arbeitszeit_data:/app/data
ports:
- "127.0.0.1:${APP_PORT:-3000}:3000"
networks:
- arbeitszeit_net
volumes:
arbeitszeit_data:
networks:
arbeitszeit_net:
driver: bridge