cpu to 1, clean legacy
This commit is contained in:
parent
7a67515e78
commit
c6314c516d
|
@ -3,10 +3,6 @@ volumes:
|
||||||
external: true
|
external: true
|
||||||
victoria-metrics:
|
victoria-metrics:
|
||||||
external: true
|
external: true
|
||||||
haproxy-socket:
|
|
||||||
external: true
|
|
||||||
postgres-13:
|
|
||||||
external: true
|
|
||||||
postgres-15:
|
postgres-15:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
@ -45,19 +41,6 @@ services:
|
||||||
default:
|
default:
|
||||||
ipv6_address: 2a01:e0a:5b7:35f1::5432
|
ipv6_address: 2a01:e0a:5b7:35f1::5432
|
||||||
restart: always
|
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:
|
vault:
|
||||||
image: hashicorp/vault
|
image: hashicorp/vault
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -312,7 +295,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
command: /bin/syncv3
|
command: /bin/syncv3
|
||||||
mem_limit: 1G
|
mem_limit: 1G
|
||||||
cpus: 0.5
|
cpus: 1
|
||||||
dendrite:
|
dendrite:
|
||||||
image: matrixdotorg/dendrite-monolith:latest
|
image: matrixdotorg/dendrite-monolith:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -323,13 +306,13 @@ services:
|
||||||
- /srv/docker/volume/dendrite/jetstream:/var/dendrite/jetstream
|
- /srv/docker/volume/dendrite/jetstream:/var/dendrite/jetstream
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 1G
|
mem_limit: 1G
|
||||||
cpus: 0.5
|
cpus: 1
|
||||||
matrix-alertmanager:
|
matrix-alertmanager:
|
||||||
image: jaywink/matrix-alertmanager:latest
|
image: jaywink/matrix-alertmanager:latest
|
||||||
env_file: env/matrix-alertmanager
|
env_file: env/matrix-alertmanager
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 1G
|
mem_limit: 1G
|
||||||
cpus: 0.5
|
cpus: 1
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma
|
image: louislam/uptime-kuma
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue