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