4
2
Fork
You've already forked postmill-docker-example
1
No description
2025年08月24日 22:49:06 +02:00
.editorconfig initial commit 2024年06月16日 16:36:37 +02:00
.gitignore correct .gitignore 2024年06月22日 10:50:01 +02:00
docker-compose.yml sensible timeouts for db 2025年08月24日 22:49:06 +02:00
README.md fix copy/paste mistake 2024年06月16日 16:37:14 +02:00

Example of Postmill production setup

WIP

Usage

docker compose up -d

Not set up

  • Mail

  • Public registry access

    • If you do not have acces, you can build the images yourself.

      Inside the Postmill directory:

      docker build -t registry.postmill.xyz/postmill/postmill:php-latest --target postmill_php .
      docker build -t registry.postmill.xyz/postmill/postmill:web-latest --target postmill_web .