diff --git a/plausible.nomad.hcl b/plausible.nomad.hcl index 6b0c057..1ddf15f 100644 --- a/plausible.nomad.hcl +++ b/plausible.nomad.hcl @@ -66,7 +66,8 @@ job "[[ .instance ]]" { } env { - CLICKHOUSE_DB = "plausible_events_db" + CLICKHOUSE_DB = "plausible_events_db" + CLICKHOUSE_SKIP_USER_SETUP = "1" } template { diff --git a/variables.yml b/variables.yml index 30ec86e..f8fa3d4 100644 --- a/variables.yml +++ b/variables.yml @@ -35,7 +35,7 @@ plausible: # Plausible server settings server: # Version of plausible to deploy - version: 2.1.5 + version: 3.0.0 # Docker image to use image: '[[ .docker.repo ]]plausible:[[ .plausible.server.version ]]-1' @@ -78,7 +78,7 @@ plausible: clickhouse: # Clickhouse version to use - version: 24.3.3.102 + version: 24.12 # Docker image to use image: '[[ .docker.repo ]]clickhouse:[[ .plausible.clickhouse.version ]]-1'