1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

chore: sync docker-compose

This commit is contained in:
Torsten Dittmann 2022-05-17 13:10:50 +02:00
parent 1530aefb2a
commit 248df3b13d
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@ services:
traefik:
image: traefik:2.7
container_name: appwrite-traefik
<<: *x-logging
command:
- --providers.file.directory=/storage/config
- --providers.file.watch=true

View file

@ -129,6 +129,7 @@ services:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
- _APP_STORAGE_LIMIT
- _APP_STORAGE_PREVIEW_LIMIT
- _APP_STORAGE_ANTIVIRUS
- _APP_STORAGE_ANTIVIRUS_HOST
- _APP_STORAGE_ANTIVIRUS_PORT
@ -539,6 +540,8 @@ services:
- redis
environment:
- _APP_ENV
- _APP_DOMAIN
- _APP_DOMAIN_TARGET
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST
- _APP_REDIS_PORT