# Switches semaphore.service (native binary) from the default SQLite # database to the semaphore-db PostgreSQL container. Credentials must # match /etc/containers/systemd/semaphore-db.container.d/credentials.conf. [Unit] Wants=semaphore-db.service After=semaphore-db.service [Service] Environment=SEMAPHORE_DB_DIALECT=postgres Environment=SEMAPHORE_DB_HOST=127.0.0.1:5432 Environment=SEMAPHORE_DB_USER=semaphore Environment=SEMAPHORE_DB_PASS=semaphore Environment=SEMAPHORE_DB=semaphore