vmpooler/docker-compose.yml
Samuel Beaulieu 678290f779 Adding a docker compose for local dev
Changed the dummy example file to match the expected LOG location
2018-06-29 13:09:23 -07:00

15 lines
No EOL
374 B
YAML

# For local development run with a dummy provider
version: '3'
services:
aio-local:
build:
context: .
dockerfile: Dockerfile-aio
volumes:
- ".:/var/lib/vmpooler"
ports:
- "80:4567"
environment:
- VMPOOLER_DEBUG=true # for use of dummy auth
- VMPOOLER_CONFIG_FILE=vmpooler.yaml.dummy-example
image: vmpooler-aio-local