diff options
Diffstat (limited to 'ci/docker-compose.yaml.example')
| -rw-r--r-- | ci/docker-compose.yaml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example index bcd88e0..a12ba29 100644 --- a/ci/docker-compose.yaml.example +++ b/ci/docker-compose.yaml.example @@ -1,3 +1,6 @@ +--- +name: bogenherr + services: bogenherr: image: bogenherr:v0.1 @@ -45,4 +48,3 @@ services: - http_proxy=${http_proxy} - no_proxy=${no_proxy} - GITHUB_TOKEN=${GITHUB_TOKEN} - command: [ "/bin/bash -l -c" ] |
