Update docker-compose.yml and requirements.txt

This commit is contained in:
muzhi 2024-10-08 23:33:40 +08:00
parent ff9a763cec
commit 04d44afac0
2 changed files with 3 additions and 6 deletions

View File

@ -7,10 +7,9 @@ services:
environment:
- server_address=http://server:8000
entrypoint:
- nohup
- python
- server.py
- &
node:
image: git.mamahaha.work/sangge/tpre:base
volumes:
@ -18,10 +17,9 @@ services:
environment:
- server_address=http://server:8000
entrypoint:
- nohup
- python
- node.py
- &
client:
image: git.mamahaha.work/sangge/tpre:base
volumes:
@ -29,7 +27,5 @@ services:
environment:
- server_address=http://server:8000
entrypoint:
- nohup
- python
- client.py
- &

View File

@ -2,3 +2,4 @@ gmssl-python>=2.2.2,<3.0.0
fastapi
uvicorn
requests
web3