mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Migrate dev-specific configuration to env vars via .env file
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user