1
0
Fork 0
mirror of synced 2024-06-15 17:24:48 +12:00

fix(docker): functions worker openssl key

This commit is contained in:
Torsten Dittmann 2021-05-19 11:23:56 +02:00
parent b730350ed0
commit 86a94aff97
2 changed files with 2 additions and 10 deletions

View file

@ -157,11 +157,6 @@ services:
- _APP_REDIS_PORT
- _APP_REDIS_USER
- _APP_REDIS_PASS
- _APP_DB_HOST
- _APP_DB_PORT
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
appwrite-worker-tasks:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
@ -255,6 +250,7 @@ services:
- /tmp:/tmp:rw
environment:
- _APP_ENV
- _APP_OPTIONS_FORCE_HTTPS
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER

View file

@ -184,11 +184,6 @@ services:
- _APP_REDIS_PORT
- _APP_REDIS_USER
- _APP_REDIS_PASS
- _APP_DB_HOST
- _APP_DB_PORT
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
appwrite-worker-tasks:
entrypoint: worker-tasks
@ -291,6 +286,7 @@ services:
- mariadb
environment:
- _APP_ENV
- _APP_OPTIONS_FORCE_HTTPS
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER