We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services: semaphore: container_name: semaphore image: semaphoreui/semaphore:latest ports: - 3000:3000 environment: SEMAPHORE_DB_DIALECT: postgres SEMAPHORE_DB_HOST: semaphore.abc.us-east-3.rds.amazonaws.com SEMAPHORE_DB_NAME: semaphore SEMAPHORE_DB_USER: semaphore SEMAPHORE_DB_PASS: abcd SEMAPHORE_ADMIN: admin SEMAPHORE_ADMIN_PASSWORD: abcd SEMAPHORE_ADMIN_NAME: SEMAPHORE_ADMIN_EMAIL: [email protected] SEMAPHORE_EMAIL_ALERT: False SEMAPHORE_SLACK_ALERT: True SEMAPHORE_SLACK_URL: ANSIBLE_HOST_KEY_CHECKING: False volumes: - /data/semaphore/semaphore_data:/var/lib/semaphore:rw - /data/semaphore/semaphore_config:/etc/semaphore:rw - /data/semaphore/semaphore_tmp:/tmp/semaphore:rw networks: - net restart: on-failure networks: net:
and getting the following errors
Hello! You will now be guided through a setup to:
What database to use: 1 - MySQL 2 - BoltDB 3 - PostgreSQL (default 1): db Hostname (default 127.0.0.1:5432): db User (default root): db Password: db Name (default semaphore): Playbook path (default /tmp/semaphore): Public URL (optional, example: https://example.com/semaphore): Enable email alerts? (yes/no) (default no): Enable telegram alerts? (yes/no) (default no): Enable slack alerts? (yes/no) (default no): Enable Rocket.Chat alerts? (yes/no) (default no): Enable Microsoft Team Channel alerts? (yes/no) (default no): Enable LDAP authentication? (yes/no) (default no): Config output directory (default /home/semaphore): Running: mkdir -p /etc/semaphore.. panic: open /etc/semaphore/config.json: permission denied
Configuration, Database, Docker
Docker
Postgres
Chrome
latest
No response
The text was updated successfully, but these errors were encountered:
fiftin
No branches or pull requests
Issue
services:
semaphore:
container_name: semaphore
image: semaphoreui/semaphore:latest
ports:
- 3000:3000
environment:
SEMAPHORE_DB_DIALECT: postgres
SEMAPHORE_DB_HOST: semaphore.abc.us-east-3.rds.amazonaws.com
SEMAPHORE_DB_NAME: semaphore
SEMAPHORE_DB_USER: semaphore
SEMAPHORE_DB_PASS: abcd
SEMAPHORE_ADMIN: admin
SEMAPHORE_ADMIN_PASSWORD: abcd
SEMAPHORE_ADMIN_NAME:
SEMAPHORE_ADMIN_EMAIL: [email protected]
SEMAPHORE_EMAIL_ALERT: False
SEMAPHORE_SLACK_ALERT: True
SEMAPHORE_SLACK_URL:
ANSIBLE_HOST_KEY_CHECKING: False
volumes:
- /data/semaphore/semaphore_data:/var/lib/semaphore:rw
- /data/semaphore/semaphore_config:/etc/semaphore:rw
- /data/semaphore/semaphore_tmp:/tmp/semaphore:rw
networks:
- net
restart: on-failure
networks:
net:
and getting the following errors
Hello! You will now be guided through a setup to:
What database to use:
1 - MySQL
2 - BoltDB
3 - PostgreSQL
(default 1):
db Hostname (default 127.0.0.1:5432):
db User (default root):
db Password:
db Name (default semaphore):
Playbook path (default /tmp/semaphore):
Public URL (optional, example: https://example.com/semaphore):
Enable email alerts? (yes/no) (default no):
Enable telegram alerts? (yes/no) (default no):
Enable slack alerts? (yes/no) (default no):
Enable Rocket.Chat alerts? (yes/no) (default no):
Enable Microsoft Team Channel alerts? (yes/no) (default no):
Enable LDAP authentication? (yes/no) (default no):
Config output directory (default /home/semaphore):
Running: mkdir -p /etc/semaphore..
panic: open /etc/semaphore/config.json: permission denied
Impact
Configuration, Database, Docker
Installation method
Docker
Database
Postgres
Browser
Chrome
Semaphore Version
latest
Ansible Version
No response
Logs & errors
Hello! You will now be guided through a setup to:
What database to use:
1 - MySQL
2 - BoltDB
3 - PostgreSQL
(default 1):
db Hostname (default 127.0.0.1:5432):
db User (default root):
db Password:
db Name (default semaphore):
Playbook path (default /tmp/semaphore):
Public URL (optional, example: https://example.com/semaphore):
Enable email alerts? (yes/no) (default no):
Enable telegram alerts? (yes/no) (default no):
Enable slack alerts? (yes/no) (default no):
Enable Rocket.Chat alerts? (yes/no) (default no):
Enable Microsoft Team Channel alerts? (yes/no) (default no):
Enable LDAP authentication? (yes/no) (default no):
Config output directory (default /home/semaphore):
Running: mkdir -p /etc/semaphore..
panic: open /etc/semaphore/config.json: permission denied
Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: