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.
|
2 months ago | |
---|---|---|
.drone.yml | 2 months ago | |
Dockerfile | 2 months ago | |
README.md | 2 months ago | |
docker-compose.yml | 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
.