fix: Use different yaml merge style
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
For more information see: toolshed/abra#534
This commit is contained in:
@ -10,8 +10,7 @@ x-redis-env: &redis-env
|
||||
REDIS_URL: redis://redis:6379
|
||||
|
||||
x-environment: &default-env
|
||||
<<: *db-env
|
||||
<<: *redis-env
|
||||
<<: [*db-env, *redis-env]
|
||||
CANONICAL_HOST: ${DOMAIN}
|
||||
VIRTUAL_HOST: ${DOMAIN}
|
||||
CHANNELS_URI: wss://channels.${DOMAIN}
|
||||
|
Reference in New Issue
Block a user