Files
ctf/catthegray25/ezpz/dist-oops/compose.yaml
2025-05-31 22:42:59 +02:00

16 lines
317 B
YAML

services:
challenge:
container_name: web-oops-app
build:
context: app
dockerfile: Dockerfile
ports:
- "33001:5000"
admin:
container_name: web-oops-admin
build:
context: admin
dockerfile: Dockerfile
restart: always
environment:
- FLAG=grey{fake_flag}