mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 11:21:33 +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
|