fix: Use different yaml merge style
All checks were successful
continuous-integration/drone/push Build is passing

For more information see: toolshed/abra#534
This commit is contained in:
2025-04-15 20:18:05 +02:00
parent 8f2cbfed46
commit 121e9d76c0

View File

@ -10,8 +10,7 @@ x-redis-env: &redis-env
REDIS_URL: redis://redis:6379 REDIS_URL: redis://redis:6379
x-environment: &default-env x-environment: &default-env
<<: *db-env <<: [*db-env, *redis-env]
<<: *redis-env
CANONICAL_HOST: ${DOMAIN} CANONICAL_HOST: ${DOMAIN}
VIRTUAL_HOST: ${DOMAIN} VIRTUAL_HOST: ${DOMAIN}
CHANNELS_URI: wss://channels.${DOMAIN} CHANNELS_URI: wss://channels.${DOMAIN}