Former-commit-id: 3775d79dc1d297131f2e6707839bc8591be4fc68 Former-commit-id: c44278a0df172806534045457bf3d7baff77e0b41.0
parent
2bf9fa364a
commit
0b477cf14c
@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
services:
|
||||
autok3s:
|
||||
image: cnrancher/autok3s:v0.4.2
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./conf:/root/.ssh/id_rsa
|
@ -0,0 +1,3 @@
|
||||
.vscode
|
||||
log
|
||||
data
|
@ -0,0 +1,20 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
rancher:
|
||||
image: rancher/rancher:v2.5-head
|
||||
restart: always
|
||||
privileged: true
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./data/rancher:/var/lib/rancher
|
||||
# rancher-agent:
|
||||
# image: rancher/rancher-agent:v2.5-head
|
||||
# restart: always
|
||||
# privileged: true
|
||||
# ports:
|
||||
# - 80:80
|
||||
# - 443:443
|
||||
# volumes:
|
||||
# -v ./data/rancher:/var/lib/rancher
|
Loading…
Reference in new issue