From a4d218dd499d7fd57e6fa2abb6ce5f2ccf8e2dc3 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 15 Apr 2024 13:37:10 +0800 Subject: [PATCH] Update URLs for cheatsheets-app and mqttx-web services --- compose/traefik/traefik.yml | 2 +- production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index 2a056cd..bbcb523 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -246,7 +246,7 @@ http: cheatsheets_app: loadBalancer: servers: - - url: http://cheatsheets-app:80 + - url: http://cheatsheets-app:8811 mqttx-web: loadBalancer: servers: diff --git a/production.yml b/production.yml index 05db777..87dac69 100644 --- a/production.yml +++ b/production.yml @@ -61,7 +61,7 @@ services: image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest} restart: unless-stopped ports: - - 80:80 + - 8811:80 networks: - net - default