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