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