wooly-vault/docker-compose.yml

17 lines
424 B
YAML
Raw Permalink Normal View History

2024-09-07 15:23:32 +02:00
services:
wooly-vault:
container_name: wooly-vault
build:
dockerfile: ./Dockerfile
secrets:
- flag
ports:
- 127.0.0.1:1337:1337 # change this depending on who should be able to access
- 127.0.0.1:8000:80 # change this depending on who should be able to access
2024-09-07 15:23:32 +02:00
environment:
WOOLY_CHALLENGE: 3 # change me
WOOLY_ARGS: ""
secrets:
flag:
environment: WOOLY_SECRET