mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
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:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
|
||||||
cheatsheets-app:
|
cheatsheets_app:
|
||||||
image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest}
|
image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
@@ -85,7 +85,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
|
||||||
heynote-app:
|
heynote_app:
|
||||||
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -505,7 +505,7 @@ http:
|
|||||||
heynote_app:
|
heynote_app:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://heynote-app:5173
|
- url: http://heynote_app:5173
|
||||||
jellyfin_app:
|
jellyfin_app:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
Reference in New Issue
Block a user