Migrate dev-specific configuration to env vars via .env file

This commit is contained in:
Alejandro Celaya
2024-10-16 08:55:38 +02:00
parent 549a8d8837
commit 582033ceb3
101 changed files with 475 additions and 543 deletions

View File

@@ -33,7 +33,11 @@ services:
- shlink_rabbitmq
- shlink_matomo
environment:
LC_ALL: C
DEFAULT_DOMAIN: localhost:8000
env_file:
- path: shlink-dev.env
- path: shlink-dev.local.env
required: false
extra_hosts:
- 'host.docker.internal:host-gateway'
@@ -59,7 +63,11 @@ services:
- shlink_rabbitmq
- shlink_matomo
environment:
LC_ALL: C
DEFAULT_DOMAIN: localhost:8800
env_file:
- path: shlink-dev.env
- path: shlink-dev.local.env
required: false
extra_hosts:
- 'host.docker.internal:host-gateway'