Add challenges #2 and #3

This commit is contained in:
3wc
2025-07-29 14:59:25 +01:00
parent c09cb3d374
commit 422c1b3126
2 changed files with 23 additions and 0 deletions

12
2/docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
---
# TIP: Where can we see a list of valid image tags (versions?).
# TIP: Check on git.autonomic.zone -- don't peek at challenge 1!
services:
app:
image: git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.2.0
ports:
- 8000:80
environment:
- CHALLENGE=2

11
3/docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
---
# TIP: Where can we see a list of valid image repos (names)?
# TIP: Check on git.autonomic.zone -- don't peek at challenge 1 or 2!
services:
app:
image: git.autonomic.zone/autonomic-cooperative/disco:0.1.0
ports:
- 8000:80
environment:
- CHALLENGE=3