FIX: replaced environment with the proper .env file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user