From da4a7eb352f025a00000887d0e1a2fdb670c4123 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 15 Apr 2024 13:48:21 +0800 Subject: [PATCH] Update URLs for cheatsheets-app and mqttx-web services --- compose/traefik/traefik.yml | 2 +- production.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index bbcb523..b7db4a7 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -246,7 +246,7 @@ http: cheatsheets_app: loadBalancer: servers: - - url: http://cheatsheets-app:8811 + - url: http://cheatsheets_app:8811 mqttx-web: loadBalancer: servers: diff --git a/production.yml b/production.yml index 0afa2f8..24d26f7 100644 --- a/production.yml +++ b/production.yml @@ -57,6 +57,7 @@ services: cheatsheets-app: image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest} + container_name: cheatsheets_app restart: unless-stopped ports: - 8811:80