github semaphoreui/semaphore v2.8.68

latest releases: v2.10.26-beta, v2.10.25-beta, v2.10.24-beta...
2 years ago

Fixed Docker image for BoltDB configuration. Now you can use BoltDB with docker image.

docker-compose.yml for minimal configuration:

services:
  semaphore:
    ports:
      - 3000:3000
    image: semaphoreui/semaphore:latest
    environment:
      SEMAPHORE_DB_DIALECT: bolt
      SEMAPHORE_ADMIN_PASSWORD: changeme
      SEMAPHORE_ADMIN_NAME: admin
      SEMAPHORE_ADMIN_EMAIL: admin@localhost
      SEMAPHORE_ADMIN: admin

Don't miss a new semaphore release

NewReleases is sending notifications on new releases.