changed networking for tailnet-related containers
This commit is contained in:
+13
-10
@@ -449,8 +449,7 @@ services:
|
||||
# @NOTE https://github.com/glanceapp/glance/blob/main/docs/configuration.md#configuring-glance
|
||||
- ~/.config/glance:/app/config:Z # @NOTE internal container server port is changed via 'glance.yml' config file; default is 8080
|
||||
- ~/.local/glance:/app/assets:Z
|
||||
networks:
|
||||
- hs
|
||||
network_mode: "container:tailclient"
|
||||
# depends_on:
|
||||
# - tailclient
|
||||
# @NOTE https://github.com/glanceapp/glance/blob/main/docs/configuration.md#environment-variables
|
||||
@@ -473,8 +472,9 @@ services:
|
||||
- ~/media:/media:z
|
||||
- ~/.xxx:/xxx:z
|
||||
- ~/.config/surge:/var/lib/surge
|
||||
networks:
|
||||
- hs
|
||||
# networks:
|
||||
# - hs
|
||||
network_mode: "container:tailclient"
|
||||
# depends_on:
|
||||
# - tailclient
|
||||
labels:
|
||||
@@ -499,8 +499,9 @@ services:
|
||||
- ~/downloads:/downloads:z
|
||||
- ~/media:/media:z
|
||||
- ~/.xxx:/xxx:z
|
||||
networks:
|
||||
- hs
|
||||
# networks:
|
||||
# - hs
|
||||
network_mode: "container:tailclient"
|
||||
# depends_on:
|
||||
# - tailclient
|
||||
env_file:
|
||||
@@ -526,8 +527,9 @@ services:
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 6880
|
||||
networks:
|
||||
- hs
|
||||
# networks:
|
||||
# - hs
|
||||
network_mode: "container:tailclient"
|
||||
# depends_on:
|
||||
# - tailclient
|
||||
labels:
|
||||
@@ -570,8 +572,9 @@ services:
|
||||
expose:
|
||||
- 5030
|
||||
- 50300
|
||||
networks:
|
||||
- hs
|
||||
# networks:
|
||||
# - hs
|
||||
network_mode: "container:tailclient"
|
||||
# depends_on:
|
||||
# - tailclient
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user