write-ups-challenges-2024-2025/scary-website/docker-compose.yaml
2024-11-25 22:32:43 +01:00

16 lines
251 B
YAML

services:
nginx:
build:
context: .
ports:
- 80:80
- 443:443
environment:
- FLAG=IGCTF{rea11y-sCaRy-hUh!!}
- CHALLENGE_DOMAIN=inconspicuous-domain.ctf.infogroep.be
networks:
- app
networks:
app: