kompose/script/test/fixtures/etherpad
Suraj Deshmukh b99d5d9bbe Added volume to mariadb in etherpad fixture
Volume constraint is missing in mariadb service
in etherpad example, so added that so that it mariadb container
does not fail in environments where creating container in
/var/lib/mysql is not allowed for non-root process.
2016-11-17 13:02:49 +05:30
..
docker-compose-no-image.yml Functional Testing 2016-08-08 04:39:10 +00:00
docker-compose-no-ports.yml Functional Testing 2016-08-08 04:39:10 +00:00
docker-compose.yml Added volume to mariadb in etherpad fixture 2016-11-17 13:02:49 +05:30
envs Functional Testing 2016-08-08 04:39:10 +00:00
output-k8s.json Added volume to mariadb in etherpad fixture 2016-11-17 13:02:49 +05:30
output-os.json Added volume to mariadb in etherpad fixture 2016-11-17 13:02:49 +05:30
README.md Functional Testing 2016-08-08 04:39:10 +00:00

Docker Compose Etherpad

Etherpad and Mariadb

Usage

The simplest thing to do:

export $(cat envs)
docker-compose up

To customize the values edit envs file.