Remove zerotier
This commit is contained in:
@@ -1,35 +1,5 @@
|
|||||||
version: '3.6'
|
version: '3.6'
|
||||||
services:
|
services:
|
||||||
zerotier:
|
|
||||||
image: "zyclonite/zerotier:router"
|
|
||||||
container_name: core_zerotier
|
|
||||||
devices:
|
|
||||||
- /dev/net/tun
|
|
||||||
networks:
|
|
||||||
internal_traffic:
|
|
||||||
ipv4_address: 192.168.2.254
|
|
||||||
volumes:
|
|
||||||
- data_zerotier:/var/lib/zerotier-one
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_ADMIN
|
|
||||||
- NET_RAW
|
|
||||||
restart: unless-stopped
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpus: '1'
|
|
||||||
memory: 128M
|
|
||||||
environment:
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
- PUID=999
|
|
||||||
- PGID=994
|
|
||||||
- ZEROTIER_ONE_LOCAL_PHYS=eth0
|
|
||||||
- ZEROTIER_ONE_USE_IPTABLES_NFT=false
|
|
||||||
- ZEROTIER_ONE_GATEWAY_MODE=both
|
|
||||||
- ZEROTIER_ONE_NETWORK_IDS=8286ac0e4750c5f3
|
|
||||||
depends_on:
|
|
||||||
- http_proxy
|
|
||||||
mail:
|
mail:
|
||||||
image: 'boky/postfix'
|
image: 'boky/postfix'
|
||||||
container_name: core_mail
|
container_name: core_mail
|
||||||
@@ -115,10 +85,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- data_ups:/etc/nut
|
- data_ups:/etc/nut
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
data_zerotier:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
data_nginx_manager:
|
data_nginx_manager:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user