1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Add _APP_OPENSSL_KEY_V1 to the compose file

The appwrite-schedules container fetches functions and needs the
openssl key to decrypt function variables. Without this, the variables
may end up being false.
This commit is contained in:
Steven Nguyen 2023-09-08 12:08:18 -07:00
parent e1bc5b0a55
commit d18788ffde
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -615,6 +615,7 @@ services:
environment:
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER

View file

@ -671,6 +671,7 @@ services:
environment:
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER