add host
Build Admin / Build image (push) Successful in 37s

This commit is contained in:
2026-07-09 14:41:17 +07:00
parent c4aead7f8c
commit b2c7e7ba80
10 changed files with 307 additions and 205 deletions
+5 -3
View File
@@ -1,6 +1,3 @@
# proxy-vm/docker-compose.yml
version: "3.9"
services:
proxy:
build: .
@@ -8,7 +5,12 @@ services:
restart: unless-stopped
ports:
- "8080:8080"
- "8443:8443"
env_file: .env
volumes:
# Mount TLS certs (optional — HTTPS disabled if files are absent)
# Place tls.crt and tls.key in ./ssl/ directory
- ./ssl:/etc/nginx/ssl:ro
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/health"]
interval: 30s