Added watchtower scope for celery image
This commit is contained in:
parent
fd9bc9db18
commit
81be92e165
1 changed files with 7 additions and 5 deletions
|
|
@ -62,8 +62,10 @@ services:
|
|||
image: "${FYP_CELERY_IMAGE}"
|
||||
env_file:
|
||||
- ../../.env
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
- "com.centurylinklabs.watchtower.scope=fyp"
|
||||
volumes:
|
||||
- ../../:/app
|
||||
- ../../static:/app/static
|
||||
- ../../media:/app/media
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue