Sign inSign up

laikmosh/processwire-docker

By laikmosh

Updated almost 4 years ago

Image
0

316

laikmosh/processwire-docker repository overview

ProcessWire Docker Image

Go to Docker Hub Go to Git Hub

Dockerized Processwire installation and development enviroment

  • Local enviroment with MySQL container included
  • Mount local filesystem
  • Processwire versions

Installation & usage

Development enviroment installation

Build using docker-compose up

$ git clone https://github.com/laikmosh/docker-processwire.git
$ cd docker-processwire
$ docker-compose up
Development enviroment usage

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.

Production enviroment

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

Processwire documentation

Tag summary

Content type

Image

Digest

sha256:e5a7a4be7

Size

271.7 MB

Last updated

almost 4 years ago

docker pull laikmosh/processwire-docker