kompose/script/test/fixtures/etherpad
Charlie Drage 50e0408f6f
update references to just compose (#1869)
#### What type of PR is this?

Change from Docker Compose references to just Compose

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind documentation
/kind feature
-->

#### What this PR does / why we need it:

Compose is an open format and we should not say "Docker Compose".

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Fixes https://github.com/kubernetes/kompose/issues/1868

#### Special notes for your reviewer:

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-04-26 10:24:55 +02:00
..
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-template.json Upgrade deployment/daemonset to apps/v1 (#1207) 2019-12-26 16:36:11 +08:00
output-os-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
README.md update references to just compose (#1869) 2024-04-26 10:24:55 +02:00

Compose Etherpad

Etherpad and Mariadb

Usage

The simplest thing to do:

export $(cat envs)
docker-compose up

To customize the values edit envs file.