mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
fea: discard l2tp, esp, and fabric support.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
version: "2.3"
|
||||
services:
|
||||
ipsec:
|
||||
restart: always
|
||||
image: "luscis/openlan:latest.x86_64"
|
||||
privileged: true
|
||||
network_mode: host
|
||||
entrypoint: ["/var/openlan/script/ipsec.sh"]
|
||||
volumes:
|
||||
- /opt/openlan/etc/ipsecd.d:/etc/ipsec.d
|
||||
switch:
|
||||
restart: always
|
||||
image: "luscis/openlan:latest.x86_64"
|
||||
@@ -8,6 +16,9 @@ services:
|
||||
entrypoint: ["/var/openlan/script/switch.sh", "start"]
|
||||
volumes:
|
||||
- /opt/openlan/etc/openlan:/etc/openlan
|
||||
- /opt/openlan/etc/ipsecd.d:/etc/ipsec.d
|
||||
depends_on:
|
||||
- ipsec
|
||||
proxy:
|
||||
restart: always
|
||||
image: "luscis/openlan:latest.x86_64"
|
||||
@@ -16,4 +27,8 @@ services:
|
||||
volumes:
|
||||
- /opt/openlan/etc/openlan:/etc/openlan
|
||||
depends_on:
|
||||
- switch
|
||||
- switch
|
||||
exporter:
|
||||
restart: always
|
||||
image: "prom/node-exporter:v1.7.0"
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user