Added watchtower scope for celery image

This commit is contained in:
Viswamedha Nalabotu 2026-03-22 15:54:23 +00:00
parent fd9bc9db18
commit 81be92e165

View file

@ -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: