write-ups-challenges-2024-2025/scary-website/docker-compose.yaml

16 lines
251 B
YAML
Raw Normal View History

2024-11-25 21:32:43 +00:00
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: