feat: More fake stacks

This commit is contained in:
Lino Silva
2026-04-10 15:29:48 +01:00
parent c3ecd9449e
commit 7a211b2d4b
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
webserver:
image: nginx:alpine
container_name: hello-webserver
ports:
- "8081:80"
restart: unless-stopped