1
0
Fork
You've already forked postmill-docker-example
0
No description
2024年06月16日 16:37:14 +02:00
.editorconfig initial commit 2024年06月16日 16:36:37 +02:00
.gitignore initial commit 2024年06月16日 16:36:37 +02:00
docker-compose.yml initial commit 2024年06月16日 16:36:37 +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 .