pixelfed/contrib/docker-compose
Christian Winther c9b11a4a29 remove testing key 2024-01-06 14:13:16 +00:00
..
.env remove testing key 2024-01-06 14:13:16 +00:00
README.md
docker-compose.yml

README.md

Pixelfed + Docker + Docker Compose

Prerequisites

  • One of the docker-compose.yml files in this directory
  • A copy of the example.env file named .env next to docker-compose.yml

Your folder should look like this

.
├── .env
└── docker-compose.yml

Modifying your settings (.env file)

Minimum required settings to change is:

  • APP_NAME
  • APP_DOMAIN
  • DB_PASSWORD

See the Configure environment variables documentation for details!

You need to mainly focus on following sections

Since the following things are configured for you out of the box:

  • Redis
  • Database (except for DB_PASSWORD)