fix: templates
This commit is contained in:
parent
c18beb1c7c
commit
617d3dbe52
@ -2598,7 +2598,7 @@
|
||||
documentation: "Taken from https://plausible.io/"
|
||||
image: "bitnami/postgresql:13.2.0"
|
||||
volumes:
|
||||
- "$$id-postgresql:/bitnami/postgresql"
|
||||
- "$$id-postgresql-data:/bitnami/postgresql"
|
||||
environment:
|
||||
- POSTGRESQL_PASSWORD=$$secret_postgresql_password
|
||||
- POSTGRESQL_USERNAME=$$config_postgresql_username
|
||||
@ -2607,7 +2607,7 @@
|
||||
name: Clickhouse
|
||||
documentation: "Taken from https://plausible.io/"
|
||||
volumes:
|
||||
- "$$id-clickhouse:/var/lib/clickhouse"
|
||||
- "$$id-clickhouse-data:/var/lib/clickhouse"
|
||||
image: "yandex/clickhouse-server:21.3.2.5"
|
||||
ulimits:
|
||||
nofile:
|
||||
|
Loading…
Reference in New Issue
Block a user