diff --git a/1/docker-compose.yml b/1/docker-compose.yml new file mode 100644 index 0000000..ba08657 --- /dev/null +++ b/1/docker-compose.yml @@ -0,0 +1,11 @@ +--- +# Nice and simple, this challenge just tests that things are working correctly. + +services: + app: + image: git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0 + ports: + - 8000:80 + environment: + - CHALLENGE=1 +