mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci: fix dredd dockerfile
This commit is contained in:
parent
0d87d0b736
commit
396530bd98
@ -11,7 +11,6 @@ services:
|
||||
dockerfile: ./deployment/docker/ci/Dockerfile
|
||||
environment:
|
||||
SEMAPHORE_DB_DIALECT: bolt
|
||||
SEMAPHORE_DB_HOST: /data/database.boltdb
|
||||
SEMAPHORE_ADMIN_PASSWORD: password
|
||||
SEMAPHORE_ADMIN_NAME: "Developer"
|
||||
SEMAPHORE_ADMIN_EMAIL: admin@localhost
|
||||
@ -21,7 +20,7 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- data:/data
|
||||
- data:/var/lib/semaphore
|
||||
|
||||
dredd:
|
||||
image: semaphoreui/dredd:ci
|
||||
|
Loading…
Reference in New Issue
Block a user