AzuraCast/docker-compose.testing.yml

12 lines
187 B
YAML
Raw Normal View History

version : '2.2'
services :
web :
2021-04-23 02:16:00 +00:00
build :
context : .
environment :
APPLICATION_ENV : 'testing'
LOG_LEVEL : 'debug'
volumes :
- .:/var/azuracast/www