Skip to content

Commit

Permalink
Update rctf backend params
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Aug 25, 2024
1 parent b96cd25 commit 37e0ea9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf.d/01-ui.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ctfName: b01lers CTF
ctfName: b01lers internal CTF
meta:
description: 'A description of your CTF'
imageUrl: 'https://example.com'
Expand Down
6 changes: 3 additions & 3 deletions conf.d/02-ctf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
origin: https://b01lersc.tf
origin: https://internal.b01lersc.tf
divisions:
open: Open
purdue: Purdue
Expand All @@ -12,5 +12,5 @@ divisionACLs:
value: ''
divisions:
- open
startTime: 1712962800000
endTime: 1713135600000
startTime: 0
endTime: 4111862400000
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: redpwn/rctf:${RCTF_GIT_REF}
restart: always
ports:
- '9000:80'
- '9001:80'
networks:
- rctf
env_file:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
dockerfile: ./Dockerfile
context: ../bctf
ports:
- "9123:3000"
- "9124:3000"
restart: always

networks:
Expand Down

0 comments on commit 37e0ea9

Please sign in to comment.