Added soft-serve
Added graphana/prometheus (not working yet) Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -16,7 +16,6 @@ services:
|
||||
- "MAX_LOG_SIZE_BYTES=1000000"
|
||||
- "MAX_LOG_NUMBER=20"
|
||||
- "TZ=Europe/Berlin"
|
||||
|
||||
zoneminder:
|
||||
image: ghcr.io/zoneminder-containers/zoneminder-base:latest
|
||||
restart: always
|
||||
@@ -45,6 +44,7 @@ services:
|
||||
- "MAX_LOG_SIZE_BYTES=1000000"
|
||||
- "MAX_LOG_NUMBER=20"
|
||||
- "TZ=Europe/Berlin"
|
||||
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:latest
|
||||
@@ -76,6 +76,7 @@ services:
|
||||
- "traefik.http.routers.pihole.rule=Host(`pihole.{{local_domain}}`)"
|
||||
- "traefik.http.routers.pihole.entrypoints=web"
|
||||
- "traefik.http.services.pihole.loadbalancer.server.port=8089"
|
||||
|
||||
syncthing:
|
||||
image: syncthing/syncthing
|
||||
container_name: syncthing
|
||||
@@ -83,8 +84,8 @@ services:
|
||||
networks:
|
||||
- net
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- "PUID={{ puid }}"
|
||||
- "PGID={{ pgid }}"
|
||||
volumes:
|
||||
- "{{syncthing_data}}:/var/syncthing"
|
||||
ports:
|
||||
@@ -93,23 +94,29 @@ services:
|
||||
- 22000:22000/udp # QUIC file transfers
|
||||
- 21027:21027/udp # Receive local discovery broadcasts
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana-oss
|
||||
container_name: grafana
|
||||
hostname: grafana
|
||||
user: "{{ puid }}:{{ pgid }}"
|
||||
networks:
|
||||
- net
|
||||
environment:
|
||||
- "PUID={{ puid }}"
|
||||
- "PGID={{ pgid }}"
|
||||
- "GF_LOG_MODE=console file"
|
||||
volumes:
|
||||
- "{{ grafana_data }}:/var/lib/grafana/"
|
||||
- "{{ grafana_log }}:/var/log/grafana/"
|
||||
- "{{ grafana_config }}:/etc/grafana/"
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
soft-serve:
|
||||
image: charmcli/soft-serve:latest
|
||||
container_name: soft-serve
|
||||
volumes:
|
||||
- "{{ softserve_data }}:/soft-serve"
|
||||
ports:
|
||||
- 23231:23231
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
zoneminder:
|
||||
|
||||
Reference in New Issue
Block a user