From 2c76f7ec39460b811986b4f311d24ab3375bf031 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 27 May 2024 21:03:10 +0800 Subject: [PATCH] Refactor docker-compose.yml to update URLs and remove unnecessary network configurations --- compose/apps.yml | 4 ++-- compose/traefik/traefik.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/apps.yml b/compose/apps.yml index 5629bf1..1381fc4 100644 --- a/compose/apps.yml +++ b/compose/apps.yml @@ -37,7 +37,7 @@ services: networks: - net - cheatsheets-app: + cheatsheets_app: image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest} restart: unless-stopped expose: @@ -85,7 +85,7 @@ services: networks: - net - heynote-app: + heynote_app: image: furyhawk/heynote:${HEYNOTETAG:-latest} restart: unless-stopped environment: diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index d1cb76f..7d75897 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -505,7 +505,7 @@ http: heynote_app: loadBalancer: servers: - - url: http://heynote-app:5173 + - url: http://heynote_app:5173 jellyfin_app: loadBalancer: servers: