Skip to content

Commit

Permalink
🔧 update images and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 12, 2024
1 parent d4c09a5 commit 0bc7968
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ctf-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
runAsNonRoot: true
containers:
- name: orchestrator
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2023-server:latest
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2024-server:latest
command: ["uvicorn", "--host", "0.0.0.0", "--port", "7283", "ctf_server:orchestrator"]
env:
- name: BACKEND
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
runAsNonRoot: true
containers:
- name: anvil-proxy
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2023-server:latest
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2024-server:latest
command: ["uvicorn", "--host", "0.0.0.0", "--port", "8545", "--workers", "16", "ctf_server:anvil_proxy"]
env:
- name: DATABASE
Expand Down
4 changes: 2 additions & 2 deletions paradigmctf.py/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- database:/data
ctf-server-orchestrator:
container_name: orchestrator
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2023-server:latest
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2024-server:latest
build: .
user: root
command: uvicorn ctf_server:orchestrator --host 0.0.0.0 --port 7283
Expand All @@ -32,7 +32,7 @@ services:
- database
ctf-server-anvil-proxy:
container_name: anvil-proxy
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2023-server:latest
image: us-docker.pkg.dev/idyllic-adviser-409615/openzeppelin/ctf-2024-server:latest
build: .
command: uvicorn ctf_server:anvil_proxy --host 0.0.0.0 --port 8545
ports:
Expand Down
2 changes: 2 additions & 0 deletions paradigmctf.py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,5 @@ web3==6.11.3
websocket-client==1.6.4
websockets==12.0
yarl==1.9.2
vyper==0.4.0b4
snekmate @ git+https://github.com/pcaversaccio/snekmate.git@modules

0 comments on commit 0bc7968

Please sign in to comment.