Refactor docker-compose.yml to update URLs and remove unnecessary network configurations
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
@@ -505,7 +505,7 @@ http:
|
||||
heynote_app:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://heynote-app:5173
|
||||
- url: http://heynote_app:5173
|
||||
jellyfin_app:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
||||
Reference in New Issue
Block a user