haproxy
This commit is contained in:
parent
049e4a76a2
commit
49d4f4727a
|
@ -52,9 +52,9 @@ services:
|
||||||
ipv6_address: 2a01:e0a:5b7:35f1::5432
|
ipv6_address: 2a01:e0a:5b7:35f1::5432
|
||||||
restart: always
|
restart: always
|
||||||
haproxy:
|
haproxy:
|
||||||
image: haproxy:alpine
|
image: haproxytech/haproxy-alpine-quic:2.8
|
||||||
volumes:
|
volumes:
|
||||||
- ssl:/ssl:ro
|
- ssl:/ssl:rw
|
||||||
- /etc/haproxy:/usr/local/etc/haproxy:ro
|
- /etc/haproxy:/usr/local/etc/haproxy:ro
|
||||||
- /etc/haproxy:/etc/haproxy:ro
|
- /etc/haproxy:/etc/haproxy:ro
|
||||||
- haproxy-socket:/var/lib/haproxy:rw
|
- haproxy-socket:/var/lib/haproxy:rw
|
||||||
|
@ -330,6 +330,14 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
env_file: env/vaultwarden
|
env_file: env/vaultwarden
|
||||||
|
linkding:
|
||||||
|
image: sissbruecker/linkding:latest
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/volume/linkding:/etc/linkding/data
|
||||||
|
restart: always
|
||||||
|
mem_limit: 1G
|
||||||
|
env_file: env/linkding
|
||||||
|
command: uwsgi --http [::]:9090 uwsgi.ini
|
||||||
drone:
|
drone:
|
||||||
image: drone/drone:2
|
image: drone/drone:2
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -358,6 +366,12 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 1G
|
mem_limit: 1G
|
||||||
cpus: 0.5
|
cpus: 0.5
|
||||||
|
wikijs:
|
||||||
|
image: ghcr.io/requarks/wiki:2
|
||||||
|
env_file: env/wikijs
|
||||||
|
restart: always
|
||||||
|
mem_limit: 1G
|
||||||
|
cpus: 0.5
|
||||||
matrix-alertmanager:
|
matrix-alertmanager:
|
||||||
image: jaywink/matrix-alertmanager:latest
|
image: jaywink/matrix-alertmanager:latest
|
||||||
env_file: env/matrix-alertmanager
|
env_file: env/matrix-alertmanager
|
||||||
|
@ -385,9 +399,6 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 512M
|
mem_limit: 512M
|
||||||
cpus: 0.5
|
cpus: 0.5
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
ipv4_address: 172.20.0.42
|
|
||||||
geoipupdate:
|
geoipupdate:
|
||||||
image: "maxmindinc/geoipupdate:latest"
|
image: "maxmindinc/geoipupdate:latest"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue