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

Merge pull request #6199 from appwrite/fix-missing-openssl-key

Add _APP_OPENSSL_KEY_V1 to the compose file
This commit is contained in:
Christy Jacob 2023-09-11 14:35:01 -04:00 committed by GitHub
commit c6003e86a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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