File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- version : " 3.9" # optional since v1.27.0
1
+ version : " 3.9"
2
2
services :
3
3
kubero :
4
4
container_name : " kubero"
5
5
build : .
6
- # command: ["tail", "-f", "/dev/null"]
6
+ # command: ["tail", "-f", "/dev/null"] # for debugging
7
7
env_file :
8
8
- .env
9
+ environment :
10
+ - KUBERO_CONTEXT=kind-kubero-001 # make sure you use the context name from your mounted kubeconfig
9
11
ports :
10
12
- " 8000:2000"
11
13
extra_hosts :
12
- - " kubero-control-plane:192.168.65.2"
14
+ - " kubero-001- control-plane:192.168.65.2" # make sure you use the container name from your local kind cluster control plane
13
15
volumes :
14
16
# - .:/app
15
- - ./kubeconfig-docker:/app/server/kubeconfig
17
+ - ./kubeconfig-docker:/app/server/kubeconfig # change the port 6443 to the outside port of your local kind cluster control plane
16
18
- ./config.yaml:/app/server/config.yaml
17
19
gitea :
18
20
image : gitea/gitea:latest
You can’t perform that action at this time.
0 commit comments