Compare commits
2 commits
ae24393275
...
606e96b9ef
Author | SHA1 | Date | |
---|---|---|---|
Yann Verry | 606e96b9ef | ||
Yann Verry | aa4dfa2d2d |
|
@ -5,8 +5,6 @@ volumes:
|
|||
external: true
|
||||
mariadb-data:
|
||||
external: true
|
||||
ghost-data:
|
||||
external: true
|
||||
lumieredesoy-ghost-data:
|
||||
external: true
|
||||
victoria-metrics:
|
||||
|
@ -24,8 +22,8 @@ networks:
|
|||
config:
|
||||
- subnet: 172.20.0.0/24
|
||||
gateway: 172.20.0.1
|
||||
- subnet: 2a01:e0a:49e:2b81::/64
|
||||
gateway: 2a01:e0a:49e:2b81::1
|
||||
- subnet: 2a01:e0a:5b7:35f1::/64
|
||||
gateway: 2a01:e0a:5b7:35f1::1
|
||||
|
||||
services:
|
||||
openldap:
|
||||
|
@ -45,7 +43,7 @@ services:
|
|||
dns: fd00::3:2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::5432
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::5432
|
||||
restart: always
|
||||
haproxy:
|
||||
image: haproxy:alpine
|
||||
|
@ -61,7 +59,7 @@ services:
|
|||
dns: fd00::3:2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::8443
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::8443
|
||||
caddy:
|
||||
image: caddy:alpine
|
||||
volumes:
|
||||
|
@ -77,7 +75,7 @@ services:
|
|||
dns: 192.168.3.2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::443
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::443
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
|
@ -89,7 +87,7 @@ services:
|
|||
dns: 192.168.3.2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::6379
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::6379
|
||||
mariadb:
|
||||
image: mariadb
|
||||
volumes:
|
||||
|
@ -100,23 +98,15 @@ services:
|
|||
dns: 192.168.3.2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::3306
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::3306
|
||||
restart: always
|
||||
lumieredesoy-ghost:
|
||||
image: ghost:4-alpine
|
||||
image: ghost:5-alpine
|
||||
volumes:
|
||||
- lumieredesoy-ghost-data:/var/lib/ghost/content
|
||||
- /srv/docker/volume/lumieredesoy_ghost/config/config.production.json:/var/lib/ghost/config.production.json:ro
|
||||
env_file: env/lumieredesoy-ghost
|
||||
restart: always
|
||||
ghost:
|
||||
image: ghost:4-alpine
|
||||
volumes:
|
||||
- ghost-data:/var/lib/ghost/content
|
||||
- /srv/docker/volume/ghost/config.production.json:/var/lib/ghost/config.production.json:ro
|
||||
env_file: env/yann-ghost
|
||||
restart: always
|
||||
mem_limit: 512M
|
||||
pdns:
|
||||
image: pdns-alpine
|
||||
volumes:
|
||||
|
@ -129,7 +119,7 @@ services:
|
|||
dns: 192.168.3.2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::53
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::53
|
||||
pdns-exporter:
|
||||
image: debian:bullseye-slim
|
||||
volumes:
|
||||
|
@ -155,6 +145,7 @@ services:
|
|||
volumes:
|
||||
- /srv/www:/srv/www
|
||||
restart: always
|
||||
dns: 192.168.3.2
|
||||
pgbouncer:
|
||||
image: pgbouncer-alpine
|
||||
volumes:
|
||||
|
@ -182,9 +173,9 @@ services:
|
|||
- "quichante.vpn6:fd00::42:4"
|
||||
- "click.vpn6:fd00::42:6"
|
||||
- "quizz.vpn6:fd00::42:8"
|
||||
- "kiwi.verry.org:2a01:e0a:49e:2b83::6"
|
||||
- "kiwi.verry.org:2a01:e0a:5b7:35f3::6"
|
||||
- "backup-01.dinoutoo.vpn:192.168.42.9"
|
||||
- "home.verry.org:2a01:e0a:49e:2b81::443"
|
||||
- "home.verry.org:2a01:e0a:5b7:35f1::443"
|
||||
- "mail.verry.org:192.168.3.5"
|
||||
command: -enableTCP6 -promscrape.config=/prometheus.yml -remoteWrite.url=http://victoria:8428/api/v1/write -sortLabels -promscrape.config.strictParse=false
|
||||
restart: always
|
||||
|
@ -248,7 +239,7 @@ services:
|
|||
mem_limit: 128M
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::514
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::514
|
||||
linky-exporter:
|
||||
userns_mode: "host"
|
||||
image: debian:bullseye-slim
|
||||
|
@ -263,8 +254,10 @@ services:
|
|||
image: victoriametrics/victoria-metrics
|
||||
volumes:
|
||||
- victoria-metrics:/victoria
|
||||
command: -storageDataPath /victoria -retentionPeriod 36 -enableTCP6
|
||||
command: -storageDataPath /victoria -retentionPeriod 60 -enableTCP6
|
||||
restart: always
|
||||
cpus: 1
|
||||
mem_limit: 2048M
|
||||
dnsdist:
|
||||
image: dnsdist
|
||||
volumes:
|
||||
|
@ -277,7 +270,7 @@ services:
|
|||
command: /usr/bin/dnsdist -u nobody -g nobody -C /etc/dnsdist.conf --supervised -v
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:49e:2b81::853
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::853
|
||||
gitea:
|
||||
image: gitea/gitea:dev
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue