You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
3wc 92693c08f2
Add comments to Dockerfile
2 months ago
.drone.yml Add Drone config and README 2 months ago
Dockerfile Add comments to Dockerfile 2 months ago
README.md Add Drone config and README 2 months ago
docker-compose.yml Initial import 2 months ago

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.