Note
I am not the original creator of this project. This is simply an alternate docker image which includes some additional Python packages. Please see the semaphore GitHub repository for the original project.
Modern UI for Ansible
Please see the Semaphore DockerHub Image for the available environment variables.
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64-<version tag> |
services:
semaphore:
ports:
- 3000:3000
image: ghcr.io/binary-braids/ansible-semaphore:latest
environment:
SEMAPHORE_DB_DIALECT: bolt
SEMAPHORE_ADMIN_PASSWORD: changeme
SEMAPHORE_ADMIN_NAME: admin
SEMAPHORE_ADMIN_EMAIL: admin@localhost
SEMAPHORE_ADMIN: admin
docker run -p 3000:3000 --name semaphore \
-e SEMAPHORE_DB_DIALECT=bolt \
-e SEMAPHORE_ADMIN=admin \
-e SEMAPHORE_ADMIN_PASSWORD=changeme \
-e SEMAPHORE_ADMIN_NAME=Admin \
-e SEMAPHORE_ADMIN_EMAIL=admin@localhost \
-d ghcr.io/binary-braids/ansible-semaphore:latest
This image is provided as is and is a hobby project. With that being said, please see below on details for support.
- Please submit a new Issue if you encounter any bugs or issues
- You are welcome to submit a feature request but no timeline or guarantee will be provided regarding implentation thereof
- The image will be updated from time to time based on fixes or new features