From d11c9a6a1e490e4fdb14d37c8e008d29dae7576f Mon Sep 17 00:00:00 2001 From: wh-leader Date: Mon, 11 May 2026 12:15:30 +0200 Subject: [PATCH] feat: add Portainer production compose (stack ID 139) --- docker-compose.prod.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 87b937d..6e08160 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -4,14 +4,7 @@ services: portfolio: image: gitlab.impresion3d.pro/root/davidaragon-portfolio:latest container_name: davidaragon-portfolio - ports: - - "8081:80" restart: unless-stopped - environment: - - NODE_ENV=production - healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/"] - interval: 30s - timeout: 3s - retries: 3 - start_period: 5s + ports: + - "3001:80" +