added DIUN labels to postgres and redis
This commit is contained in:
parent
49ee613f95
commit
35ae265805
@ -120,6 +120,13 @@ services:
|
|||||||
- POSTGRES_DB=${PSQL_NAME}
|
- POSTGRES_DB=${PSQL_NAME}
|
||||||
- POSTGRES_USER=${PSQL_USER}
|
- POSTGRES_USER=${PSQL_USER}
|
||||||
- POSTGRES_PASSWORD=${PSQL_PASS}
|
- 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:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
volumes:
|
volumes:
|
||||||
@ -134,6 +141,13 @@ services:
|
|||||||
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD
|
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD
|
||||||
environment:
|
environment:
|
||||||
- REDIS_PASSWORD=${REDIS_PASS}
|
- 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:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user