mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
add redis URL to docker compose
This commit is contained in:
@@ -10,6 +10,7 @@ x-common-environment: &common-server-environment
|
|||||||
APNS_TEAM_ID: ${APNS_TEAM_ID}
|
APNS_TEAM_ID: ${APNS_TEAM_ID}
|
||||||
APNS_KEY_ID: ${APNS_KEY_ID}
|
APNS_KEY_ID: ${APNS_KEY_ID}
|
||||||
APNS_PRIVATE_KEY: ${APNS_PRIVATE_KEY}
|
APNS_PRIVATE_KEY: ${APNS_PRIVATE_KEY}
|
||||||
|
REDIS_URL: redis://redis:6379
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dev:
|
dev:
|
||||||
|
|||||||
Reference in New Issue
Block a user