wooly-vault/docker-compose.yml

17 lines
365 B
YAML

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
environment:
WOOLY_CHALLENGE: 3 # change me
WOOLY_PORT: 1337
WOOLY_ARGS: ""
secrets:
flag:
environment: WOOLY_SECRET