1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

fix: compose file

This commit is contained in:
Binyamin Yawitz 2024-06-05 20:46:49 -04:00
parent 6b0892a495
commit cf30941514
No known key found for this signature in database

View file

@ -40,7 +40,6 @@ services:
networks:
- gateway
- appwrite
- runtimes
appwrite:
container_name: appwrite
@ -49,7 +48,7 @@ services:
build:
context: .
args:
DEBUG: true
DEBUG: false
TESTING: true
VERSION: dev
ports:
@ -76,11 +75,9 @@ services:
- appwrite-config:/storage/config:rw
- appwrite-certificates:/storage/certificates:rw
- appwrite-functions:/storage/functions:rw
- appwrite-builds:/storage/builds:rw
- ./phpunit.xml:/usr/src/code/phpunit.xml
- ./tests:/usr/src/code/tests
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./docs:/usr/src/code/docs
- ./public:/usr/src/code/public
- ./src:/usr/src/code/src
@ -94,8 +91,8 @@ services:
- -e
- app/http.php
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_EDITION
- _APP_WORKER_PER_CORE
- _APP_LOCALE
- _APP_CONSOLE_WHITELIST_ROOT
@ -219,13 +216,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- mariadb
- redis
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPTIONS_ABUSE
@ -253,13 +248,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -284,14 +277,12 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
- request-catcher
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -326,10 +317,8 @@ services:
- appwrite-builds:/storage/builds:rw
- appwrite-certificates:/storage/certificates:rw
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -377,13 +366,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -412,13 +399,11 @@ services:
- appwrite-functions:/storage/functions:rw
- appwrite-builds:/storage/builds:rw
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -482,10 +467,8 @@ services:
- appwrite-config:/storage/config:rw
- appwrite-certificates:/storage/certificates:rw
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -514,14 +497,12 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
- openruntimes-executor
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -555,14 +536,12 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- maildev
# - smtp
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -591,13 +570,12 @@ services:
networks:
- appwrite
volumes:
- appwrite-uploads:/storage/uploads:rw
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -647,13 +625,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
- ./tests:/usr/src/code/tests
depends_on:
- mariadb
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -683,12 +659,10 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_DOMAIN
@ -722,13 +696,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -755,13 +727,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -788,13 +758,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- mariadb
- redis
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -817,13 +785,11 @@ services:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
- ./src:/usr/src/code/src
depends_on:
- mariadb
- redis
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
@ -843,7 +809,6 @@ services:
networks:
- appwrite
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- _APP_ASSISTANT_OPENAI_API_KEY
openruntimes-executor:
@ -864,7 +829,6 @@ services:
# It's not possible to share mount file between 2 containers without host mount (copying is too slow)
- /tmp:/tmp:rw
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- OPR_EXECUTOR_INACTIVE_TRESHOLD=$_APP_FUNCTIONS_INACTIVE_THRESHOLD
- OPR_EXECUTOR_MAINTENANCE_INTERVAL=$_APP_FUNCTIONS_MAINTENANCE_INTERVAL
- OPR_EXECUTOR_NETWORK=$_APP_FUNCTIONS_RUNTIMES_NETWORK
@ -908,7 +872,6 @@ services:
- appwrite
- runtimes
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- OPR_PROXY_WORKER_PER_CORE=$_APP_WORKER_PER_CORE
- OPR_PROXY_ENV=$_APP_ENV
- OPR_PROXY_EXECUTOR_SECRET=$_APP_EXECUTOR_SECRET
@ -1022,7 +985,6 @@ services:
networks:
- appwrite
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- REDIS_HOSTS=redis
ports:
- "8081:5540"
@ -1036,7 +998,6 @@ services:
ports:
- "9509:3000"
environment:
- PHP_IDE_CONFIG=serverName=Appwrite
- SERVER_URL=http://localhost/v1/graphql
# Dev Tools End ------------------------------------------------------------------------------------------