Update compose.yaml

This commit is contained in:
Dome
2025-03-28 16:23:32 +01:00
committed by GitHub
parent 27ff8f19c7
commit 73200e8c27
+10 -5
View File
@@ -1,11 +1,16 @@
version: '3.8'
services:
matrix-to:
container_name: Matrix-to
web:
image: domoel/matrix-to:latest
ports:
- "5000:5000"
restart: unless-stopped
- "1336:80"
environment:
- PORT=5000
- NODE_ENV=production
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:80"]
interval: 30s
timeout: 10s
retries: 3