Compare commits

...

2 Commits

2 changed files with 9 additions and 1 deletions

View File

@ -360,7 +360,7 @@ config :pleroma, :manifest,
purpose: "maskable"
}
],
theme_color: "#313131",
theme_color: "#373737",
background_color: "#2f2f2f"
config :pleroma, :activitypub,

View File

@ -7,6 +7,14 @@ services:
image: postgres:14-alpine
## Use the following image instead if you want to use PGroonga
# 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
environment:
POSTGRES_DB: akkoma