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