Adjust semaphore image to changed owner.

This commit is contained in:
2022-11-11 05:26:50 +01:00
parent 1f945ed0d7
commit 368a92b829

View File

@@ -15,7 +15,7 @@ volumes:
services: services:
semaphore: semaphore:
image: ansiblesemaphore/semaphore image: semaphoreui/semaphore:v2.8.71
container_name: semaphore container_name: semaphore
environment: environment:
SEMAPHORE_DB_USER: ${DB_USER} SEMAPHORE_DB_USER: ${DB_USER}
@@ -28,7 +28,7 @@ services:
SEMAPHORE_ADMIN_NAME: Christian Steinle SEMAPHORE_ADMIN_NAME: Christian Steinle
SEMAPHORE_ADMIN_EMAIL: christiansteinle@arcor.de SEMAPHORE_ADMIN_EMAIL: christiansteinle@arcor.de
SEMAPHORE_ADMIN: chris SEMAPHORE_ADMIN: chris
SEMAPHORE_ACCESS_KEY_ENCRYPTION: /Rzt40/8gnKzYNDktdtDRZ8FVDJoF5y4Z1fETIylc7Y= SEMAPHORE_ACCESS_KEY_ENCRYPTION: wZEu1RmBxogY2brsK3SQHGJCY/DVbkmzXhdDB5FXpXU=
depends_on: depends_on:
- semaphore-db - semaphore-db
restart: unless-stopped restart: unless-stopped