challenge changes

This commit is contained in:
Pin
2022-12-27 21:10:29 -05:00
parent 97580ab120
commit f99d4d6a01
5 changed files with 27 additions and 44 deletions

View File

@@ -4,20 +4,20 @@ version: "3.9"
services:
client:
image: local/c2games-client:latest
ports:
- "22022:22"
build:
context: ./client
environment:
TEAM_NUM: 5
USER_PASSWORD: changeme!
SSHD_CHALLENGE_DIR: .ssh/auth_keys
controller:
image: local/c2games-controller:latest
ports:
- "22022:22"
build:
context: ./controller
environment:
TEAM_NUM: 5
SCORING_FLAG: flagMe
volumes:
- "${PWD}/keys:/root/.ssh"
...