16 lines
251 B
YAML
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:
|