fix: port 3410 → 4310; add nginx block for abzarasadi.ir
- Dockerfile & docker-compose: EXPOSE/ports updated to 4310 - nginx.conf: new server blocks for abzarasadi.ir + www (SSL at /etc/ssl/abzarasadi/, proxies to 171.22.25.73:4310) - Also fixed broken www.soroushasadi.com markdown links in nginx.conf Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ services:
|
||||
container_name: asadi-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3410:3410"
|
||||
- "4310:4310"
|
||||
volumes:
|
||||
# SQLite database persisted on host
|
||||
- asadi_data:/app/data
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- ConnectionStrings__Default=Data Source=/app/data/asadi.db
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:3410/ || exit 1"]
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:4310/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user