fix: templates

This commit is contained in:
Andras Bacsai 2022-11-07 13:48:57 +01:00
parent c18beb1c7c
commit 617d3dbe52

View File

@ -2598,7 +2598,7 @@
documentation: "Taken from https://plausible.io/" documentation: "Taken from https://plausible.io/"
image: "bitnami/postgresql:13.2.0" image: "bitnami/postgresql:13.2.0"
volumes: volumes:
- "$$id-postgresql:/bitnami/postgresql" - "$$id-postgresql-data:/bitnami/postgresql"
environment: environment:
- POSTGRESQL_PASSWORD=$$secret_postgresql_password - POSTGRESQL_PASSWORD=$$secret_postgresql_password
- POSTGRESQL_USERNAME=$$config_postgresql_username - POSTGRESQL_USERNAME=$$config_postgresql_username
@ -2607,7 +2607,7 @@
name: Clickhouse name: Clickhouse
documentation: "Taken from https://plausible.io/" documentation: "Taken from https://plausible.io/"
volumes: volumes:
- "$$id-clickhouse:/var/lib/clickhouse" - "$$id-clickhouse-data:/var/lib/clickhouse"
image: "yandex/clickhouse-server:21.3.2.5" image: "yandex/clickhouse-server:21.3.2.5"
ulimits: ulimits:
nofile: nofile: