Split compose configs for publish and local testing
This commit is contained in:
10
docker-compose.local.yml
Normal file
10
docker-compose.local.yml
Normal 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"
|
||||
Reference in New Issue
Block a user