mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-02-16 10:29:51 +01:00
shutdown migrations container when migrations have completed (#228)
This commit is contained in:
parent
360a647eb5
commit
b9e35c66a3
@ -18,6 +18,8 @@ services:
|
|||||||
ENABLE_CELERY_SHORT: 'no'
|
ENABLE_CELERY_SHORT: 'no'
|
||||||
ENABLE_CELERY_LONG: 'no'
|
ENABLE_CELERY_LONG: 'no'
|
||||||
ENABLE_CELERY_BEAT: 'no'
|
ENABLE_CELERY_BEAT: 'no'
|
||||||
|
command: "./deploy/docker/prestart.sh"
|
||||||
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -20,6 +20,8 @@ services:
|
|||||||
ENABLE_CELERY_SHORT: 'no'
|
ENABLE_CELERY_SHORT: 'no'
|
||||||
ENABLE_CELERY_LONG: 'no'
|
ENABLE_CELERY_LONG: 'no'
|
||||||
ENABLE_CELERY_BEAT: 'no'
|
ENABLE_CELERY_BEAT: 'no'
|
||||||
|
command: "./deploy/docker/prestart.sh"
|
||||||
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -38,6 +38,8 @@ services:
|
|||||||
ENABLE_CELERY_SHORT: 'no'
|
ENABLE_CELERY_SHORT: 'no'
|
||||||
ENABLE_CELERY_LONG: 'no'
|
ENABLE_CELERY_LONG: 'no'
|
||||||
ENABLE_CELERY_BEAT: 'no'
|
ENABLE_CELERY_BEAT: 'no'
|
||||||
|
command: "./deploy/docker/prestart.sh"
|
||||||
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -11,6 +11,8 @@ services:
|
|||||||
ENABLE_CELERY_SHORT: 'no'
|
ENABLE_CELERY_SHORT: 'no'
|
||||||
ENABLE_CELERY_LONG: 'no'
|
ENABLE_CELERY_LONG: 'no'
|
||||||
ENABLE_CELERY_BEAT: 'no'
|
ENABLE_CELERY_BEAT: 'no'
|
||||||
|
command: "./deploy/docker/prestart.sh"
|
||||||
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -11,6 +11,8 @@ services:
|
|||||||
ENABLE_CELERY_SHORT: 'no'
|
ENABLE_CELERY_SHORT: 'no'
|
||||||
ENABLE_CELERY_LONG: 'no'
|
ENABLE_CELERY_LONG: 'no'
|
||||||
ENABLE_CELERY_BEAT: 'no'
|
ENABLE_CELERY_BEAT: 'no'
|
||||||
|
command: "./deploy/docker/prestart.sh"
|
||||||
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
Loading…
Reference in New Issue
Block a user