4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 05:06:37 +00:00
AzuraCast/docker-compose.testing.yml
Buster "Silver Eagle" Neece a762bb2969
Add build context
2021-03-27 10:22:59 -05:00

14 lines
246 B
YAML

version: '2.2'
services :
web :
build :
context : .
target : testing
cache_from :
- azuracast/azuracast_web_v2:latest
environment :
APPLICATION_ENV : 'testing'
volumes :
- .:/var/azuracast/www