From 825fac41b18cd461f286aa20b7815f79be7529e2 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 29 Jul 2025 14:49:59 +0100 Subject: [PATCH] Add challenge 1 --- 1/docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1/docker-compose.yml 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 +