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 restart: unless-stopped
ports: ports:
- "3030:3000" - "3030:3000"
environment: env_file:
SEMAPHORE_DB_DIALECT: sqlite - .env
SEMAPHORE_ADMIN: ${ADMIN_USER}
SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS}
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
volumes: volumes:
- semaphore-data:/var/lib/semaphore - semaphore-data:/var/lib/semaphore
- semaphore-config:/etc/semaphore - semaphore-config:/etc/semaphore