Remove zerotier
This commit is contained in:
@@ -1,35 +1,5 @@
|
||||
version: '3.6'
|
||||
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:
|
||||
image: 'boky/postfix'
|
||||
container_name: core_mail
|
||||
@@ -115,10 +85,6 @@ services:
|
||||
volumes:
|
||||
- data_ups:/etc/nut
|
||||
volumes:
|
||||
|
||||
data_zerotier:
|
||||
external: true
|
||||
|
||||
data_nginx_manager:
|
||||
external: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user