1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Add missing env to image

This commit is contained in:
Jake Barnby 2022-11-15 15:45:18 +13:00
parent 6d1ae05b64
commit 447f3f6756
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -124,6 +124,7 @@ services:
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
- _APP_DB_MAX_CONNECTIONS
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER
@ -230,6 +231,7 @@ services:
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
- _APP_DB_MAX_CONNECTIONS
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER