diff --git a/apps/api/devTemplates.yaml b/apps/api/devTemplates.yaml index 44b59c692..c8b80eb92 100644 --- a/apps/api/devTemplates.yaml +++ b/apps/api/devTemplates.yaml @@ -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: