Removing VERSION env.
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 33s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 19s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Successful in 1m6s
Renovate PR Deployment / Renovate PR Deployment (pull_request) Has been skipped
Gitea Branch PR & Docker Deployment / PR Merge (push) Successful in 28s
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 33s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 19s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Successful in 1m6s
Renovate PR Deployment / Renovate PR Deployment (pull_request) Has been skipped
Gitea Branch PR & Docker Deployment / PR Merge (push) Successful in 28s
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been cancelled
This commit is contained in:
+3
-3
@@ -5,7 +5,7 @@ services:
|
|||||||
container_name: beszel-agent
|
container_name: beszel-agent
|
||||||
environment:
|
environment:
|
||||||
LISTEN: 45876
|
LISTEN: 45876
|
||||||
KEY: "${BESZEL_RIKKU_AGENT_KEY}"
|
KEY: "${BESZEL_BENEDIKTA_AGENT_KEY}"
|
||||||
TOKEN: ${BESZEL_BENEDIKTA_TOKEN}
|
TOKEN: ${BESZEL_BENEDIKTA_TOKEN}
|
||||||
HUB_URL: http://192.168.1.254:22220
|
HUB_URL: http://192.168.1.254:22220
|
||||||
expose:
|
expose:
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
container_name: hivemind_cli
|
container_name: hivemind_cli
|
||||||
hostname: hivemind_cli
|
hostname: hivemind_cli
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.io/smartgic/hivemind-cli:${VERSION}
|
image: docker.io/smartgic/hivemind-cli:alpha
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
container_name: hivemind_satellite
|
container_name: hivemind_satellite
|
||||||
hostname: hivemind_satellite
|
hostname: hivemind_satellite
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: smartgic/hivemind-satellite:${VERSION}
|
image: smartgic/hivemind-satellite:alpha
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
environment:
|
environment:
|
||||||
PULSE_SERVER: unix:${XDG_RUNTIME_DIR}/pulse/native
|
PULSE_SERVER: unix:${XDG_RUNTIME_DIR}/pulse/native
|
||||||
|
|||||||
Reference in New Issue
Block a user