Compare commits

...

5 Commits

Author SHA1 Message Date
Norbert Tretkowski 846666fb84
Merge 3ce5ae21bf into 6263e90a13 2024-04-23 11:08:36 +05:30
daniel 6263e90a13
Merge pull request #5054 from pixelfed/staging
Disable config cache by default
2024-04-21 14:10:21 -06:00
Daniel Supernault e46bd6cc06
Disable config cache by default 2024-04-21 14:09:48 -06:00
Norbert Tretkowski 3ce5ae21bf
Fix typo in .env.docker comment 2024-04-13 22:55:21 +02:00
Norbert Tretkowski bf309297d5
`version` is obsolete 2024-04-13 22:26:53 +02:00
4 changed files with 2 additions and 6 deletions

View File

@ -1034,7 +1034,7 @@ DOCKER_APP_HOST_CACHE_PATH="${DOCKER_ALL_HOST_DATA_ROOT_PATH:?error}/pixelfed/ca
# Automatically run "One-time setup tasks" commands.
#
# If you are migrating to this docker-compose setup or have manually run the "One time seutp"
# If you are migrating to this docker-compose setup or have manually run the "One time setup"
# tasks (https://docs.pixelfed.org/running-pixelfed/installation/#setting-up-services)
# you can set this to "0" to prevent them from running.
#

View File

@ -8,6 +8,7 @@ OPEN_REGISTRATION="false"
ENFORCE_EMAIL_VERIFICATION="false"
PF_MAX_USERS="1000"
OAUTH_ENABLED="true"
ENABLE_CONFIG_CACHE=false
# Media Configuration
PF_OPTIMIZE_IMAGES="true"

View File

@ -1,6 +1,4 @@
---
version: "3"
services:
migrate:
image: "servercontainers/rsync"

View File

@ -1,7 +1,4 @@
---
# Require 3.8 to ensure people use a recent version of Docker + Compose
version: "3.8"
###############################################################
# Please see docker/README.md for usage information
###############################################################