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
|
||||
environment:
|
||||
LISTEN: 45876
|
||||
KEY: "${BESZEL_RIKKU_AGENT_KEY}"
|
||||
KEY: "${BESZEL_BENEDIKTA_AGENT_KEY}"
|
||||
TOKEN: ${BESZEL_BENEDIKTA_TOKEN}
|
||||
HUB_URL: http://192.168.1.254:22220
|
||||
expose:
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
container_name: hivemind_cli
|
||||
hostname: hivemind_cli
|
||||
restart: unless-stopped
|
||||
image: docker.io/smartgic/hivemind-cli:${VERSION}
|
||||
image: docker.io/smartgic/hivemind-cli:alpha
|
||||
pull_policy: always
|
||||
tty: true
|
||||
environment:
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
container_name: hivemind_satellite
|
||||
hostname: hivemind_satellite
|
||||
restart: unless-stopped
|
||||
image: smartgic/hivemind-satellite:${VERSION}
|
||||
image: smartgic/hivemind-satellite:alpha
|
||||
pull_policy: always
|
||||
environment:
|
||||
PULSE_SERVER: unix:${XDG_RUNTIME_DIR}/pulse/native
|
||||
|
||||
Reference in New Issue
Block a user