update
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m56s

This commit is contained in:
Hubert Cornet 2024-12-18 19:07:49 +01:00
parent a9395e181d
commit ed54e927e2

View File

@ -106,8 +106,8 @@ services:
image: docker.io/semaphoreui/runner:${SEMAPHORE_VERSION:-latest} image: docker.io/semaphoreui/runner:${SEMAPHORE_VERSION:-latest}
restart: always restart: always
environment: environment:
SEMAPHORE_WEB_ROOT: ${SEMAPHORE_WEB_ROOT:-http://server:3000} SEMAPHORE_WEB_ROOT: ${SEMAPHORE_WEB_ROOT:-https://semaphore.tips-of-mine.com}
SEMAPHORE_RUNNER_API_URL: ${SEMAPHORE_RUNNER_API_URL:-http://server:3000/internal} SEMAPHORE_RUNNER_API_URL: ${SEMAPHORE_RUNNER_API_URL:-https://semaphore.tips-of-mine.com/internal}
SEMAPHORE_RUNNER_REGISTRATION_TOKEN: ${SEMAPHORE_RUNNER_REGISTRATION_TOKEN:-H1wDyorbg6gTSwJlVwle2Fne} SEMAPHORE_RUNNER_REGISTRATION_TOKEN: ${SEMAPHORE_RUNNER_REGISTRATION_TOKEN:-H1wDyorbg6gTSwJlVwle2Fne}
networks: networks:
- back_network_semaphore - back_network_semaphore