upgrade to 0.8

This commit is contained in:
Roberto Hidalgo 2023-04-11 17:41:46 -06:00
parent 76d25ba162
commit 0a87539f3e
2 changed files with 9 additions and 1 deletions

View File

@ -91,6 +91,14 @@ db-type: "sqlite"
# Default: "" # Default: ""
db-address: "/alloc/gotosocial.db" db-address: "/alloc/gotosocial.db"
# String. SQLite journaling mode.
# SQLite only -- unused otherwise.
# If set to empty string, the sqlite default will be used.
# See: https://www.sqlite.org/pragma.html#pragma_journal_mode
# Examples: ["DELETE", "TRUNCATE", "PERSIST", "MEMORY", "WAL", "OFF"]
# Default: "WAL"
db-sqlite-journal-mode: "WAL"
###################### ######################
##### WEB CONFIG ##### ##### WEB CONFIG #####

View File

@ -89,7 +89,7 @@ job "club-patito" {
user = "nobody" user = "nobody"
config { config {
image = "superseriousbusiness/gotosocial:0.6.0" image = "superseriousbusiness/gotosocial:0.8.0"
ports = ["gotosocial"] ports = ["gotosocial"]
args = [ args = [
"--config-path", "--config-path",