mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
10 lines
179 B
YAML
10 lines
179 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
dredd:
|
|
environment:
|
|
SEMAPHORE_DB_DIALECT: bolt
|
|
SEMAPHORE_DB_CONFIG: '{"host": "/data/database.boltdb"}'
|
|
depends_on:
|
|
- server
|