remove mysql
This commit is contained in:
parent
49d4f4727a
commit
9e629ea612
|
@ -3,8 +3,6 @@ version: "3.9"
|
||||||
volumes:
|
volumes:
|
||||||
ssl:
|
ssl:
|
||||||
external: true
|
external: true
|
||||||
mariadb-data:
|
|
||||||
external: true
|
|
||||||
lumieredesoy-ghost-data:
|
lumieredesoy-ghost-data:
|
||||||
external: true
|
external: true
|
||||||
victoria-metrics:
|
victoria-metrics:
|
||||||
|
@ -99,18 +97,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv6_address: 2a01:e0a:5b7:35f1::6379
|
ipv6_address: 2a01:e0a:5b7:35f1::6379
|
||||||
mariadb:
|
|
||||||
image: mariadb
|
|
||||||
volumes:
|
|
||||||
- mariadb-data:/var/lib/mysql
|
|
||||||
- ssl:/ssl:ro
|
|
||||||
ports:
|
|
||||||
- 3306:3306
|
|
||||||
dns: 192.168.3.2
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
ipv6_address: 2a01:e0a:5b7:35f1::3306
|
|
||||||
restart: always
|
|
||||||
lumieredesoy-ghost:
|
lumieredesoy-ghost:
|
||||||
image: ghost:5-alpine
|
image: ghost:5-alpine
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -241,11 +227,6 @@ services:
|
||||||
- "mail.verry.org:192.168.3.5"
|
- "mail.verry.org:192.168.3.5"
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
prometheus-mysqld:
|
|
||||||
image: prom/mysqld-exporter
|
|
||||||
env_file: env/prometheus-mysqld
|
|
||||||
restart: always
|
|
||||||
mem_limit: 512M
|
|
||||||
prometheus-postgres:
|
prometheus-postgres:
|
||||||
image: quay.io/prometheuscommunity/postgres-exporter
|
image: quay.io/prometheuscommunity/postgres-exporter
|
||||||
env_file: env/prometheus-postgres
|
env_file: env/prometheus-postgres
|
||||||
|
|
Loading…
Reference in a new issue