Commit eb91c302 authored by YAMAMOTO Takashi's avatar YAMAMOTO Takashi

docker-compose: Remove depends_on

depends_on doesn't make much sense here as it does nothing about the readiness of containers. This allows "docker-compose up node" launch the agent without the server. (Similarly to what docker-compose-agent.yml does)
parent 1833b65f
...@@ -20,8 +20,6 @@ services: ...@@ -20,8 +20,6 @@ services:
- /run - /run
- /var/run - /var/run
privileged: true privileged: true
depends_on:
- server
environment: environment:
- K3S_URL=https://server:6443 - K3S_URL=https://server:6443
- K3S_CLUSTER_SECRET=somethingtotallyrandom - K3S_CLUSTER_SECRET=somethingtotallyrandom
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment