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:
-22
@@ -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
|
||||
Reference in New Issue
Block a user