mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
update deploy stack
This commit is contained in:
+4
-3
@@ -3,13 +3,14 @@ version: '3.8'
|
||||
services:
|
||||
router:
|
||||
build: .
|
||||
command: ["fastapi", "dev", "main.py", "--host", "0.0.0.0", "--port", "8000"]
|
||||
# ports:
|
||||
# - 8000:8000
|
||||
command: ["/.venv/bin/fastapi", "run", "router", "--host", "0.0.0.0"]
|
||||
ports:
|
||||
- 8001:8000
|
||||
volumes:
|
||||
- .:/app
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
tor:
|
||||
image: goldy/tor-hidden-service:latest
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user