cscg24-haunted

CSCG 2024 Challenge 'Haunted'
git clone https://git.sinitax.com/sinitax/cscg24-haunted
Log | Files | Refs | sfeed.txt

docker-compose.yml (138B)


      1services:
      2  haunted:
      3    build:
      4      context: .
      5    volumes:
      6      - "./log:/tmp/log"
      7    ports:
      8      - "1024:1024"
      9      - "1234:1234"