changed container networking
This commit is contained in:
@@ -123,7 +123,7 @@ services:
|
||||
- "caddy-data:/data:z"
|
||||
- ~/.caddy:/config:Z
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- wgclient
|
||||
env_file:
|
||||
@@ -147,7 +147,7 @@ services:
|
||||
- "certbot-lib:/var/lib/letsencrypt"
|
||||
- ~/srv/certbot.${SERVER_FQDN}:/srv/certbot.${SERVER_FQDN}:z
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- revproxy0
|
||||
- wgclient
|
||||
@@ -175,7 +175,7 @@ services:
|
||||
- "redis-data:/data:z"
|
||||
- ~/.config/redis:/etc/redis:Z
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- wgclient
|
||||
env_file:
|
||||
@@ -202,7 +202,7 @@ services:
|
||||
- ~/.config/mysql/sql.cnf:/etc/my.cnf:Z
|
||||
- mysql-lib:/var/lib/mysql
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- wgclient
|
||||
env_file:
|
||||
@@ -236,7 +236,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ~/srv/${NEXTCLOUD_SUBDOMAIN}.${SERVER_FQDN}:/var/www/html:z
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- cache0
|
||||
- db0
|
||||
@@ -296,7 +296,7 @@ services:
|
||||
- 3000
|
||||
- ${GITEA_SSH_PORT:-2323}
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- db0
|
||||
- revproxy0
|
||||
@@ -369,7 +369,7 @@ services:
|
||||
- 6157
|
||||
- ${OG_SSH_PORT:-2323}
|
||||
networks:
|
||||
- "container:wgclient"
|
||||
- wg
|
||||
depends_on:
|
||||
- revproxy0
|
||||
- wgclient
|
||||
@@ -410,7 +410,7 @@ services:
|
||||
- ~/.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:
|
||||
- "container:tailclient"
|
||||
- hs
|
||||
depends_on:
|
||||
- tailclient
|
||||
# @NOTE https://github.com/glanceapp/glance/blob/main/docs/configuration.md#environment-variables
|
||||
|
||||
Reference in New Issue
Block a user