ZenithInfo/docker-compose.dev.yml
cswimr 21ad7f208a
chore(docker): add dockerfile and docker compose files
also add a `docker` scope to CONTRIBUTING.md
2024-12-31 19:11:36 -05:00

13 lines
336 B
YAML

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