Skip to content

Commit

Permalink
Merge pull request #368 from mattkirby/docker_compose_defaults
Browse files Browse the repository at this point in the history
Remove providers addition to docker-compose.yml
  • Loading branch information
highb authored Mar 17, 2020
2 parents ad39b53 + 85cd1fb commit 5cfad48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ services:
- type: bind
source: ${PWD}/vmpooler.yaml
target: /etc/vmpooler/vmpooler.yaml
- type: bind
source: ${PWD}/providers.yaml
target: /etc/vmpooler/providers.yaml
ports:
- "4567:4567"
networks:
Expand All @@ -20,9 +17,7 @@ services:
- VMPOOLER_DEBUG=true # for use of dummy auth
- VMPOOLER_CONFIG_FILE=/etc/vmpooler/vmpooler.yaml
- REDIS_SERVER=redislocal
- EXTRA_CONFIG=/etc/vmpooler/providers.yaml
- LOGFILE=/dev/stdout
- LDAP_PORT=636
image: vmpooler-local
depends_on:
- redislocal
Expand Down

0 comments on commit 5cfad48

Please sign in to comment.