From 8fee384fc0c0b779c78a15cbfd117c76cbd99c7c Mon Sep 17 00:00:00 2001 From: Dome Date: Fri, 28 Mar 2025 14:43:16 +0100 Subject: [PATCH] Update compose.yaml --- compose.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index 886b96b..bc53dcf 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,16 +1,11 @@ version: '3.8' services: - web: + matrix-to: + container_name: Matrix-to image: domoel/matrix-to:latest ports: - "5000:5000" + restart: unless-stopped environment: - - NODE_ENV=production - volumes: - - ./nginx.conf:/etc/nginx/nginx.conf - healthcheck: - test: ["CMD", "curl", "--fail", "http://localhost:80"] - interval: 30s - timeout: 10s - retries: 3 + - PORT=5000