Updated Reverse Proxy to contain networks for adjacent containers
This commit is contained in:
parent
65fb0fb9ce
commit
9e040bbbec
@ -24,4 +24,23 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./nginx/data:/data
|
- ./nginx/data:/data
|
||||||
- ./nginx/letsencrypt:/etc/letsencrypt
|
- ./nginx/letsencrypt:/etc/letsencrypt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- websites
|
||||||
|
- gitea
|
||||||
|
- databases
|
||||||
|
- bitwarden
|
||||||
|
- nextcloud
|
||||||
|
|
||||||
|
networks:
|
||||||
|
websites:
|
||||||
|
name: websites_default
|
||||||
|
gitea:
|
||||||
|
name: gitea_default
|
||||||
|
databases:
|
||||||
|
name: database_default
|
||||||
|
bitwarden:
|
||||||
|
name: bitwarden_default
|
||||||
|
nextcloud:
|
||||||
|
name: nextcloud_default
|
Loading…
Reference in New Issue
Block a user