split images, pull more env vars out

This commit is contained in:
greg2010 2022-08-02 00:36:56 -04:00
parent 6ea4fa0026
commit 804a5229ab
No known key found for this signature in database
GPG key ID: 900A237110AFCA71
10 changed files with 78 additions and 46 deletions

View file

@ -53,7 +53,7 @@ SEED = {{ md5(@SERVER.SERVER_NAME) }}
; - Cache data is stored on disc
; redis=[SERVER]
; - Cache data is stored in Redis. redis=[host]:[port]:[db]:[auth] (e.g. redis=localhost:6379:1:myPass)
CACHE = redis=${CONTAINER_NAME}-redis:6379
CACHE = redis=${REDIS_HOST}:${REDIS_PORT}
; Cache backend for API data
; This sets the cache backend for API response data and other temp data relates to API requests.