Skip to content

Commit

Permalink
启动顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
notevery committed Oct 13, 2022
1 parent 341ae4b commit 5ac0a16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
sysctls:
- net.core.somaxconn=65535
restart: always
entrypoint: /entrypoint.sh -d db:3306 -c '/usr/bin/supervisord';
command: supervisord
environment:
- TZ=Asia/Shanghai
- K8SORDC='true'
Expand All @@ -52,9 +52,8 @@ services:
- ${WORKSPACE}/be/metadatas:/var/arkid/extension_root/saml2/metadatas
- ${WORKSPACE}/be/be:/data
- ${WORKSPACE}/be/arkidextensions:/var/arkid/arkid_extensions
- ./entrypoint.sh:/entrypoint.sh
celery:
image: "registry.cn-zhangjiakou.aliyuncs.com/ark-releases/arkid-celery-tasks:2022-10-12-17-48-37"
image: "registry.cn-zhangjiakou.aliyuncs.com/ark-releases/arkid-celery-tasks:2022-10-13-15-05-26"
container_name: ${INSTANCE}-celery
restart: always
entrypoint: /entrypoint.sh -d be:80 -c '/usr/local/bin/celery -A arkid.core.tasks.celery worker --loglevel=info -B';
Expand All @@ -73,7 +72,6 @@ services:
- db
volumes:
- ${WORKSPACE}/settings_local.py:/var/arkid/settings_local.py
- ./entrypoint.sh:/entrypoint.sh
fe:
image: "registry.cn-zhangjiakou.aliyuncs.com/ark-releases/arkid-fe:2.6.0"
container_name: ${INSTANCE}-fe
Expand Down

0 comments on commit 5ac0a16

Please sign in to comment.