ZenithInfo/docker-compose.dev.yml

14 lines
336 B
YAML
Raw Normal View History

services:
zenithinfo-dev:
container_name: zenithinfo
extends:
service: zenithinfo
file: ./docker-compose.yml
build:
context: .
environment:
CONFIGURATION__AUTHTOKEN: 'hi'
CONFIGURATION__DATABASETYPE: 'Memory'
LOGGING__LOGLEVEL_DEFAULT: 'Trace'
CONFIGURATION__USESENTRY: false