added diun for all services
This commit is contained in:
parent
5f09b5fd2c
commit
a15384132e
@ -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:
|
||||
|
20
env.example
20
env.example
@ -36,11 +36,21 @@ TRAEFIK_SERVICE=netbox_example_com
|
||||
TRAEFIK_SERVICE_PORT=8080
|
||||
|
||||
# DIUN
|
||||
DIUN_ENABLE=true
|
||||
DIUN_WATCHREPO=true
|
||||
DIUN_SORTALGO=semver
|
||||
DIUN_INCLUDE=v[0-9]\.[0-9]\.[0-9]-[0-9]\.[0-9]\.[0-9]
|
||||
DIUN_EXCLUDE=
|
||||
DIUN_NETBOX_ENABLE=true
|
||||
DIUN_NETBOX_WATCHREPO=true
|
||||
DIUN_NETBOX_SORTALGO=semver
|
||||
DIUN_NETBOX_INCLUDE=v[0-9]\.[0-9]\.[0-9]-[0-9]\.[0-9]\.[0-9]
|
||||
DIUN_NETBOX_EXCLUDE=
|
||||
DIUN_POSTGRES_ENABLE=true
|
||||
DIUN_POSTGRES_WATCHREPO=true
|
||||
DIUN_POSTGRES_SORTALGO=semver
|
||||
DIUN_POSTGRES_INCLUDE=v[0-9]\.[0-9]\.[0-9]-[0-9]\.[0-9]\.[0-9]
|
||||
DIUN_POSTGRES_EXCLUDE=
|
||||
DIUN_REDIS_ENABLE=true
|
||||
DIUN_REDIS_WATCHREPO=true
|
||||
DIUN_REDIS_SORTALGO=semver
|
||||
DIUN_REDIS_INCLUDE=v[0-9]\.[0-9]\.[0-9]-[0-9]\.[0-9]\.[0-9]
|
||||
DIUN_REDIS_EXCLUDE=
|
||||
|
||||
# PostgreSQL
|
||||
PSQL_VERSION=14.5-alpine3.16
|
||||
|
Loading…
Reference in New Issue
Block a user