added diun for all services

This commit is contained in:
2023-12-05 23:54:38 +01:00
parent 5f09b5fd2c
commit a15384132e
2 changed files with 30 additions and 20 deletions

View File

@@ -70,11 +70,11 @@ services:
# specify a service so a custom port can be used
- traefik.http.services.${TRAEFIK_SERVICE}.loadbalancer.server.port=${TRAEFIK_SERVICE_PORT}
### 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}
- diun.enable=${DIUN_NETBOX_ENABLE}
- diun.watch_repo=${DIUN_NETBOX_WATCHREPO}
- diun.sort_tags=${DIUN_NETBOX_SORTALGO}
- diun.include_tags=${DIUN_NETBOX_INCLUDE}
- diun.exclude_tags=${DIUN_NETBOX_EXCLUDE}
networks:
- internal
- traefik
@@ -122,11 +122,11 @@ services:
- 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}
- diun.enable=${DIUN_POSTGRES_ENABLE}
- diun.watch_repo=${DIUN_POSTGRES_WATCHREPO}
- diun.sort_tags=${DIUN_POSTGRES_SORTALGO}
- diun.include_tags=${DIUN_POSTGRES_INCLUDE}
- diun.exclude_tags=${DIUN_POSTGRES_EXCLUDE}
networks:
- internal
volumes:
@@ -143,11 +143,11 @@ services:
- 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}
- diun.enable=${DIUN_REDIS_ENABLE}
- diun.watch_repo=${DIUN_REDIS_WATCHREPO}
- diun.sort_tags=${DIUN_REDIS_SORTALGO}
- diun.include_tags=${DIUN_REDIS_INCLUDE}
- diun.exclude_tags=${DIUN_REDIS_EXCLUDE}
networks:
- internal
volumes: