update deploy stack

This commit is contained in:
Shroominic
2025-04-28 14:26:39 +08:00
parent e5d5b908ec
commit e87ea06cbc
+4 -3
View File
@@ -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: