mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
17 lines
333 B
YAML
17 lines
333 B
YAML
version: "2.3"
|
|
services:
|
|
confd:
|
|
image: "openlan-confd:latest"
|
|
volumes:
|
|
- /opt/openlan/confd:/var/openlan/confd
|
|
switch:
|
|
image: "openlan-switch:latest"
|
|
privileged: true
|
|
ports:
|
|
- 10000:10000
|
|
- 10002:10002
|
|
volumes:
|
|
- /opt/openlan/confd:/var/openlan/confd
|
|
depends_on:
|
|
- confd
|