Split compose configs for publish and local testing

This commit is contained in:
troogs
2026-07-18 18:21:56 +02:00
parent 8b8e3d5b52
commit 32a7e528c1
3 changed files with 23 additions and 12 deletions

10
docker-compose.local.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
cal-funnel:
build: .
image: cal-funnel:local
container_name: cal-funnel-local
restart: unless-stopped
env_file:
- .env
ports:
- "8080:8080"