You've already forked netbox
added diun for all services
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user