Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
profiles:
- central
ports:
- 5432:5432
- 127.0.0.1:5432:5432
environment:
POSTGRES_USER: jubilant
POSTGRES_PASSWORD: jubilant
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
profiles:
- central
ports:
- 5001:80
- 127.0.0.1:5001:80
secrets:
profiles:
- central
Expand All @@ -61,16 +61,16 @@ services:
extra_hosts:
- "${DOMAIN}:host-gateway"
ports:
- 8005:8005
- 127.0.0.1:8005:8005
enketo_redis_main:
profiles:
- central
ports:
- 6379:6379
- 127.0.0.1:6379:6379
enketo_redis_cache:
profiles:
- central
ports:
- 6380:6380
- 127.0.0.1:6380:6380
volumes:
dev_secrets:
Loading