debugging
This commit is contained in:
39
compose.yml
39
compose.yml
@ -83,7 +83,7 @@ x-minio-env: &minio-env
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: lasuite/impress-frontend:v3.4.2
|
image: lasuite/impress-frontend:v4.0.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
deploy:
|
deploy:
|
||||||
@ -91,27 +91,32 @@ services:
|
|||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.2.2+v3.4.2"
|
- "coop-cloud.${STACK_NAME}.version=0.2.2+v3.4.2"
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
# test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
||||||
interval: 15s
|
# interval: 15s
|
||||||
timeout: 30s
|
# timeout: 30s
|
||||||
retries: 20
|
# retries: 20
|
||||||
start_period: 10s
|
# start_period: 10s
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: lasuite/impress-backend:v3.4.2
|
image: lasuite/impress-backend:v4.0.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
<<: [*common-env, *postgres-env, *yprovider-env]
|
<<: [*common-env, *postgres-env, *yprovider-env]
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "/abra-entrypoint.sh", "python", "manage.py", "check"]
|
# test: ["CMD", "/abra-entrypoint.sh", "python", "manage.py", "check"]
|
||||||
interval: 15s
|
# interval: 15s
|
||||||
timeout: 30s
|
# timeout: 30s
|
||||||
retries: 20
|
# retries: 20
|
||||||
start_period: 10s
|
# start_period: 10s
|
||||||
# command: ["gunicorn", "-c", "/usr/local/etc/gunicorn/impress.py", "impress.wsgi:application"]
|
# healthcheck:
|
||||||
command: ["tail", "-f", "/dev/null"]
|
# test: ["CMD-SHELL", "/abra-entrypoint.sh", "/usr/local/bin/entrypoint", "python", "manage.py", "check"]
|
||||||
|
# interval: 15s
|
||||||
|
# timeout: 30s
|
||||||
|
# retries: 20
|
||||||
|
# start_period: 10s
|
||||||
|
command: ["gunicorn", "-c", "/usr/local/etc/gunicorn/impress.py", "impress.wsgi:application"]
|
||||||
entrypoint: ["/abra-entrypoint.sh", "/usr/local/bin/entrypoint"]
|
entrypoint: ["/abra-entrypoint.sh", "/usr/local/bin/entrypoint"]
|
||||||
configs:
|
configs:
|
||||||
- source: abra_entrypoint
|
- source: abra_entrypoint
|
||||||
@ -129,7 +134,7 @@ services:
|
|||||||
- email_pass
|
- email_pass
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: lasuite/impress-backend:v3.4.2
|
image: lasuite/impress-backend:v4.0.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
command: ["celery", "-A", "impress.celery_app", "worker", "-l", "INFO"]
|
command: ["celery", "-A", "impress.celery_app", "worker", "-l", "INFO"]
|
||||||
|
|||||||
Reference in New Issue
Block a user