Compare commits
No commits in common. "9c353cb84d264ed1415aae8944f5fcec7f773d53" and "35be52eb9febea9bfd16094f77cc14526d76632b" have entirely different histories.
9c353cb84d
...
35be52eb9f
2 changed files with 1 additions and 9 deletions
|
@ -360,7 +360,7 @@
|
||||||
purpose: "maskable"
|
purpose: "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
theme_color: "#373737",
|
theme_color: "#313131",
|
||||||
background_color: "#2f2f2f"
|
background_color: "#2f2f2f"
|
||||||
|
|
||||||
config :pleroma, :activitypub,
|
config :pleroma, :activitypub,
|
||||||
|
|
|
@ -7,14 +7,6 @@ services:
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
## Use the following image instead if you want to use PGroonga
|
## Use the following image instead if you want to use PGroonga
|
||||||
# image: groonga/pgroonga:3.1.1-alpine-14
|
# image: groonga/pgroonga:3.1.1-alpine-14
|
||||||
## Uncomment and tweak these values if necessary
|
|
||||||
# command:
|
|
||||||
# - -c
|
|
||||||
# - session_preload_libraries=auto_explain
|
|
||||||
# - -c
|
|
||||||
# - auto_explain.log_min_duration=250ms
|
|
||||||
# - -c
|
|
||||||
# - auto_explain.log_analyze=on
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: akkoma
|
POSTGRES_DB: akkoma
|
||||||
|
|
Loading…
Reference in a new issue