https://m.youtube.com/watch?v=A6CjAmJOWvA&t=5s
If you are upgrading from Postiz old version, please make sure you update your docker compose, you can read more here: https://docs.postiz.com/installation/migration
The docker containers for Postiz are entirely configured with environment variables.
- Option A - environment variables in your
docker-compose.ymlfile - Option B - environment variables in a
postiz.envfile mounted in/configfor the Postiz container only - Option C - environment variables in a
.envfile next to yourdocker-compose.ymlfile (not recommended).
... or a mixture of the above options!
There is a configuration reference page with a list of configuration settings.
Setup:
git clone https://github.com/gitroomhq/postiz-docker-compose
Then run:
docker compose up
Wait for it to load:
Open your website on https://localhost:4007