4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-17 22:47:04 +00:00
AzuraCast/docker-compose.testing.yml
2021-06-28 04:00:41 -05:00

13 lines
230 B
YAML

version : '2.2'
services :
web :
build :
context : .
environment :
APPLICATION_ENV : 'testing'
LOG_LEVEL : 'debug'
volumes :
- ./vendor:/var/azuracast/www/vendor
- .:/var/azuracast/www