AzuraCast/docker-compose.testing.yml

11 lines
197 B
YAML

services :
web :
build :
context : .
target : build_final
environment :
APPLICATION_ENV : 'testing'
LOG_LEVEL : 'debug'
volumes :
- .:/var/azuracast/www