Skip to content

gitroomhq/postiz-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch the Tutorial for docker-compose install:

https://m.youtube.com/watch?v=A6CjAmJOWvA&t=5s

Warning

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

Configuration uses environment variables

The docker containers for Postiz are entirely configured with environment variables.

  • Option A - environment variables in your docker-compose.yml file
  • Option B - environment variables in a postiz.env file mounted in /config for the Postiz container only
  • Option C - environment variables in a .env file next to your docker-compose.yml file (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

About

Docker Compose to run Postiz

Topics

Resources

License

Stars

Watchers

Forks

Contributors