From 7dc0f65045c1ee042d974333477fa6302c23769c Mon Sep 17 00:00:00 2001 From: urieljarethbusiness-cpu Date: Sun, 17 May 2026 14:30:00 -0600 Subject: [PATCH] 1 --- docker-compose.yaml | 4 +++- docker-compose.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 34cab30..06d7f4c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -16,12 +16,14 @@ services: NODE_ENV: production PORT: 3000 HOSTNAME: 0.0.0.0 + SERVICE_FQDN_APP: ${SERVICE_FQDN_APP:-} + SERVICE_URL_APP: ${SERVICE_URL_APP:-} volumes: - station-data:/app/data expose: - "3000" ports: - - "3000" + - "3000:3000" restart: unless-stopped healthcheck: test: ["CMD", "node", "-e", "fetch('http://127.0.0.1:3000').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"] diff --git a/docker-compose.yml b/docker-compose.yml index 34cab30..06d7f4c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,12 +16,14 @@ services: NODE_ENV: production PORT: 3000 HOSTNAME: 0.0.0.0 + SERVICE_FQDN_APP: ${SERVICE_FQDN_APP:-} + SERVICE_URL_APP: ${SERVICE_URL_APP:-} volumes: - station-data:/app/data expose: - "3000" ports: - - "3000" + - "3000:3000" restart: unless-stopped healthcheck: test: ["CMD", "node", "-e", "fetch('http://127.0.0.1:3000').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]