Skip to content

Commit

Permalink
Move build args into env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Jul 11, 2019
1 parent 3cce390 commit 4d3d470
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Expand Up @@ -3,9 +3,10 @@ services:
editor:
build:
context: .
args:
environment:
USE_FIXTURES: 'false'
TRELLIS_BASE_URL: http://localhost:8080
TRELLIS_BASE_URL: http://platform:8080
INDEX_URL: http://search:9200/
ports:
- 8000:8000
depends_on:
Expand Down

0 comments on commit 4d3d470

Please sign in to comment.