forked from Postmill/postmill-docker-example
No description
| .editorconfig | initial commit | |
| .gitignore | initial commit | |
| docker-compose.yml | initial commit | |
| README.md | fix copy/paste mistake | |
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 .
-