cpu to 1, clean legacy
This commit is contained in:
parent
7a67515e78
commit
c6314c516d
|
@ -3,10 +3,6 @@ volumes:
|
|||
external: true
|
||||
victoria-metrics:
|
||||
external: true
|
||||
haproxy-socket:
|
||||
external: true
|
||||
postgres-13:
|
||||
external: true
|
||||
postgres-15:
|
||||
external: true
|
||||
|
||||
|
@ -45,19 +41,6 @@ services:
|
|||
default:
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::5432
|
||||
restart: always
|
||||
haproxy:
|
||||
image: haproxytech/haproxy-alpine-quic:2.8
|
||||
volumes:
|
||||
- ssl:/ssl:rw
|
||||
- /etc/haproxy:/usr/local/etc/haproxy:ro
|
||||
- /etc/haproxy:/etc/haproxy:ro
|
||||
- haproxy-socket:/var/lib/haproxy:rw
|
||||
restart: always
|
||||
mem_limit: 512M
|
||||
dns: fd00::3:2
|
||||
networks:
|
||||
default:
|
||||
ipv6_address: 2a01:e0a:5b7:35f1::445
|
||||
vault:
|
||||
image: hashicorp/vault
|
||||
volumes:
|
||||
|
@ -312,7 +295,7 @@ services:
|
|||
restart: always
|
||||
command: /bin/syncv3
|
||||
mem_limit: 1G
|
||||
cpus: 0.5
|
||||
cpus: 1
|
||||
dendrite:
|
||||
image: matrixdotorg/dendrite-monolith:latest
|
||||
volumes:
|
||||
|
@ -323,13 +306,13 @@ services:
|
|||
- /srv/docker/volume/dendrite/jetstream:/var/dendrite/jetstream
|
||||
restart: always
|
||||
mem_limit: 1G
|
||||
cpus: 0.5
|
||||
cpus: 1
|
||||
matrix-alertmanager:
|
||||
image: jaywink/matrix-alertmanager:latest
|
||||
env_file: env/matrix-alertmanager
|
||||
restart: always
|
||||
mem_limit: 1G
|
||||
cpus: 0.5
|
||||
cpus: 1
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue