mirror of https://github.com/k3s-io/k3s
Bump docker-compose to rc3
parent
01b3bb315e
commit
1f90483167
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: rancher/k3s:v0.1.0-rc1
|
image: ibuildthecloud/k3s:v0.1.0-rc3
|
||||||
command: server --disable-agent
|
command: server --disable-agent
|
||||||
environment:
|
environment:
|
||||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||||
|
@ -15,10 +15,12 @@ services:
|
||||||
- 6443:6443
|
- 6443:6443
|
||||||
|
|
||||||
node:
|
node:
|
||||||
image: rancher/k3s:v0.1.0-rc1
|
image: ibuildthecloud/k3s:v0.1.0-rc3
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /run
|
- /run
|
||||||
- /var/run
|
- /var/run
|
||||||
|
volumes:
|
||||||
|
- /var/lib/rancher/k3s
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- K3S_URL=https://server:6443
|
- K3S_URL=https://server:6443
|
||||||
|
|
Loading…
Reference in New Issue