added DIUN labels to postgres and redis

This commit is contained in:
Bryan Joshua Pedini 2022-08-26 12:20:11 +02:00
parent 49ee613f95
commit 35ae265805
1 changed files with 14 additions and 0 deletions

View File

@ -120,6 +120,13 @@ services:
- POSTGRES_DB=${PSQL_NAME}
- POSTGRES_USER=${PSQL_USER}
- POSTGRES_PASSWORD=${PSQL_PASS}
labels:
### Section DIUN
- diun.enable=${DIUN_ENABLE}
- diun.watch_repo=${DIUN_WATCHREPO}
- diun.sort_tags=${DIUN_SORTALGO}
- diun.include_tags=${DIUN_INCLUDE}
- diun.exclude_tags=${DIUN_EXCLUDE}
networks:
- internal
volumes:
@ -134,6 +141,13 @@ services:
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD
environment:
- REDIS_PASSWORD=${REDIS_PASS}
labels:
### Section DIUN
- diun.enable=${DIUN_ENABLE}
- diun.watch_repo=${DIUN_WATCHREPO}
- diun.sort_tags=${DIUN_SORTALGO}
- diun.include_tags=${DIUN_INCLUDE}
- diun.exclude_tags=${DIUN_EXCLUDE}
networks:
- internal
volumes: