Dockerized Processwire installation and development enviroment
Build using docker-compose up
$ git clone https://github.com/laikmosh/docker-processwire.git
$ cd docker-processwire
$ docker-compose up
On first run the Processwire will run, default database credentials are as follows:
Database: db
User: user
Password: password
Server: database
Port: 3306
Editable files and templates will be installed to the ./site/ folder.
Build using docker-compose -f to use docker-compose production enviroment flow
$ git clone https://github.com/laikmosh/docker-processwire.git
$ cd docker-processwire
$ docker compose -f docker-compose.yaml -f docker-compose.production.yaml up
Any files present in ./site/ folder will be copied to the Processwire ./site/ folder inside the container
Content type
Image
Digest
sha256:e5a7a4be7…
Size
271.7 MB
Last updated
almost 4 years ago
docker pull laikmosh/processwire-docker