From 07ac4dfec4345e094c8c8577075a388ae8103001 Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Sun, 12 Apr 2026 22:22:37 +0100 Subject: [PATCH] fix: Port --- ansible/inventories/group_vars/all/main.yml | 4 ++++ docker-compose/apps-1/trek/compose.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/inventories/group_vars/all/main.yml b/ansible/inventories/group_vars/all/main.yml index c30ed36..a2f9bee 100644 --- a/ansible/inventories/group_vars/all/main.yml +++ b/ansible/inventories/group_vars/all/main.yml @@ -220,6 +220,10 @@ auto_configure_traefik: host: "10.0.2.40" port: 8088 auth_required: true + trek: + subdomain: "trek" + host: "10.0.4.30" + port: 3000 # Auth services configuration pocketid_host: 10.0.4.10 diff --git a/docker-compose/apps-1/trek/compose.yaml b/docker-compose/apps-1/trek/compose.yaml index d297f9e..58c89b7 100644 --- a/docker-compose/apps-1/trek/compose.yaml +++ b/docker-compose/apps-1/trek/compose.yaml @@ -14,7 +14,7 @@ services: tmpfs: - /tmp:noexec,nosuid,size=64m ports: - - "3000:3000" + - "8083:3000" environment: - NODE_ENV=production - PORT=3000