Update to 3.0.0
This commit is contained in:
@ -66,7 +66,8 @@ job "[[ .instance ]]" {
|
||||
}
|
||||
|
||||
env {
|
||||
CLICKHOUSE_DB = "plausible_events_db"
|
||||
CLICKHOUSE_DB = "plausible_events_db"
|
||||
CLICKHOUSE_SKIP_USER_SETUP = "1"
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user