Containerised Drutopia, https://drutopia.org/
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 fc25334e25
Add build status badge
5 months ago
.drone.yml Add Drone auto-build 5 months ago
Dockerfile Add comments to Dockerfile 5 months ago
README.md Add build status badge 5 months ago
docker-compose.yml Add data persistence to example docker-compose config 5 months ago

README.md

drutopia-docker

Build Status

Containerised Drutopia

Quick-start (Docker)

docker run -p80:80 -v "drutopia_data:/opt/drupal/web/sites/" git.coopcloud.tech/coop-cloud-chaos-patchs/drutopia:dev-master

Then navigate to http://localhost

Quick-start (Docker Compose)

wget https://git.coopcloud.tech/coop-cloud-chaos-patchs/drutopia-docker/raw/branch/main/docker-compose.yml
docker-compose up

Then navigate to http://localhost

Background

Drutopia is a "flexible and extensible Drupal distribution".

This repository helps build and run a Docker image for Drutopia, based on the "official" Drupal images on Docker Hub.

Although this image is mainly intended for use in the Drutopia Co-op Cloud recipe, it should work fine in other situations too.