Define all networks
This commit is contained in:
parent
740fa221bb
commit
318e367f63
1 changed files with 23 additions and 0 deletions
23
0_net/docker-compose.networks.yml
Normal file
23
0_net/docker-compose.networks.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
dmz:
|
||||||
|
name: dmz
|
||||||
|
blog-frontend:
|
||||||
|
name: blog-frontend
|
||||||
|
blog-backend:
|
||||||
|
name: blog-backend
|
||||||
|
glances-frontend:
|
||||||
|
name: glances-frontend
|
||||||
|
portainer-frontend:
|
||||||
|
name: portainer-frontend
|
||||||
|
selfoss-frontend:
|
||||||
|
name: selfoss-frontend
|
||||||
|
shaarli-frontend:
|
||||||
|
name: shaarli-frontend
|
||||||
|
source-frontend:
|
||||||
|
name: source-frontend
|
||||||
|
wallabag-frontend:
|
||||||
|
name: wallabag-frontend
|
||||||
|
wwww-frontend:
|
||||||
|
name: wwww-frontend
|
Loading…
Add table
Reference in a new issue