Delete docker-compose.yaml

This commit is contained in:
2025-08-11 14:44:26 +02:00
parent 06fe4f22c0
commit 9f37944af1

View File

@@ -1,9 +0,0 @@
services:
app:
build: .
container_name: cal_counter
ports:
- "5000:80"
volumes:
- ./data:/app/instance
restart: unless-stopped