Set application env in testing Docker Compose file.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-09-28 21:34:54 -05:00
parent 2edcde5aeb
commit bf2f117324
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ version: '2.2'
services:
web:
image: azuracast_cli:latest
environment:
APPLICATION_ENV: 'testing'
build:
context: ./util/docker/testing
volumes: