mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
Adding a docker compose for local dev
Changed the dummy example file to match the expected LOG location
This commit is contained in:
parent
8be578493a
commit
678290f779
2 changed files with 16 additions and 1 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue