add an internal network for better isolation
This commit is contained in:
parent
a31e7c6cd3
commit
35049fb94c
|
@ -11,4 +11,13 @@ services:
|
||||||
environment:
|
environment:
|
||||||
CF_API_EMAIL: "${ACME_EMAIL}"
|
CF_API_EMAIL: "${ACME_EMAIL}"
|
||||||
CF_DNS_API_TOKEN: "${CF_DNS_API_TOKEN}"
|
CF_DNS_API_TOKEN: "${CF_DNS_API_TOKEN}"
|
||||||
|
networks:
|
||||||
|
- tipi_main_network
|
||||||
|
- tipi_internal_network
|
||||||
|
|
||||||
|
networks:
|
||||||
|
tipi_internal_network:
|
||||||
|
internal: true
|
||||||
|
attachable: true
|
||||||
|
name: runtipi_internal_network
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue