FIX: replaced environment with the proper .env file

This commit is contained in:
2025-08-26 17:39:00 +02:00
parent 76e58b602f
commit 5715ba5c98

View File

@@ -5,12 +5,8 @@ services:
restart: unless-stopped
ports:
- "3030:3000"
environment:
SEMAPHORE_DB_DIALECT: sqlite
SEMAPHORE_ADMIN: ${ADMIN_USER}
SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS}
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
env_file:
- .env
volumes:
- semaphore-data:/var/lib/semaphore
- semaphore-config:/etc/semaphore