diff --git a/compose.yml b/compose.yml deleted file mode 100644 index 64a5cb6..0000000 --- a/compose.yml +++ /dev/null @@ -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