Skip to content

Commit 4046829

Browse files
authored
Merge pull request #11039 from appwrite/chore-remove-proxy-containaer
chore: remove proxy containaer
2 parents 57e2182 + 7581019 commit 4046829

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,27 +1067,6 @@ services:
10671067
- OPR_EXECUTOR_STORAGE_WASABI_REGION=$_APP_STORAGE_WASABI_REGION
10681068
- OPR_EXECUTOR_STORAGE_WASABI_BUCKET=$_APP_STORAGE_WASABI_BUCKET
10691069

1070-
openruntimes-proxy:
1071-
container_name: openruntimes-proxy
1072-
hostname: proxy
1073-
<<: *x-logging
1074-
stop_signal: SIGINT
1075-
image: openruntimes/proxy:0.5.5
1076-
networks:
1077-
- appwrite
1078-
- runtimes
1079-
environment:
1080-
- OPR_PROXY_WORKER_PER_CORE=$_APP_WORKER_PER_CORE
1081-
- OPR_PROXY_ENV=$_APP_ENV
1082-
- OPR_PROXY_EXECUTOR_SECRET=$_APP_EXECUTOR_SECRET
1083-
- OPR_PROXY_SECRET=$_APP_EXECUTOR_SECRET
1084-
- OPR_PROXY_LOGGING_CONFIG=$_APP_LOGGING_CONFIG
1085-
- OPR_PROXY_ALGORITHM=random
1086-
- OPR_PROXY_EXECUTORS=exc1
1087-
- OPR_PROXY_HEALTHCHECK_INTERVAL=10000
1088-
- OPR_PROXY_MAX_TIMEOUT=600
1089-
- OPR_PROXY_HEALTHCHECK=enabled
1090-
10911070
mariadb:
10921071
image: mariadb:10.11 # fix issues when upgrading using: mysql_upgrade -u root -p
10931072
container_name: appwrite-mariadb

0 commit comments

Comments
 (0)