Update to use .env

This commit is contained in:
Wes Lambert
2020-07-16 04:15:03 +00:00
parent 5e853b7dba
commit 62d963d8b2
2 changed files with 6 additions and 4 deletions

View File

@@ -8,6 +8,10 @@ services:
dockerfile: Dockerfile
volumes:
- ./velociraptor:/velociraptor/:rw
environment:
- VELOX_USER=${VELOX_USER}
- VELOX_PASSWORD=${VELOX_PASSWORD}
- VELOX_ROLE=${VELOX_ROLE}
ports:
- "8000:8000"
- "8001:8001"