From 368a92b829a82ccb386bfc3461fd05fad208e240 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 11 Nov 2022 05:26:50 +0100 Subject: [PATCH] Adjust semaphore image to changed owner. --- automation/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/docker-compose.yaml b/automation/docker-compose.yaml index b03398d..4b6f153 100644 --- a/automation/docker-compose.yaml +++ b/automation/docker-compose.yaml @@ -15,7 +15,7 @@ volumes: services: semaphore: - image: ansiblesemaphore/semaphore + image: semaphoreui/semaphore:v2.8.71 container_name: semaphore environment: SEMAPHORE_DB_USER: ${DB_USER} @@ -28,7 +28,7 @@ services: SEMAPHORE_ADMIN_NAME: Christian Steinle SEMAPHORE_ADMIN_EMAIL: christiansteinle@arcor.de SEMAPHORE_ADMIN: chris - SEMAPHORE_ACCESS_KEY_ENCRYPTION: /Rzt40/8gnKzYNDktdtDRZ8FVDJoF5y4Z1fETIylc7Y= + SEMAPHORE_ACCESS_KEY_ENCRYPTION: wZEu1RmBxogY2brsK3SQHGJCY/DVbkmzXhdDB5FXpXU= depends_on: - semaphore-db restart: unless-stopped