Go to file
3wc 92693c08f2 Add comments to Dockerfile
[ci skip]
2023-01-30 11:14:55 -08:00
.drone.yml Add Drone config and README 2023-01-30 11:07:42 -08:00
Dockerfile Add comments to Dockerfile 2023-01-30 11:14:55 -08:00
README.md Add Drone config and README 2023-01-30 11:07:42 -08:00
docker-compose.yml Initial import 2023-01-30 10:59:32 -08:00

README.md

civicrm-drupal-docker

Docker image for Drupal (9) + CiviCRM.

Running (docker)

docker run -p80:80 git.coopcloud.tech/coop-cloud-chaos-patchs/civicrm-drupal

You'll probably also want to mount a volume for /opt/drupal/sites/.

Running (docker-compose)

Clone this repo, or download docker-compose.yml, then run docker-compose up

Building locally

docker-compose build

Publishing

Images are automatically published to git.coopcloud.tech whenever a new commit is pushed to this repo, see .drone.yml.