Skip to content

Commit

Permalink
πŸ‹ : remove docker socket from volumes mount
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Nov 6, 2020
1 parent 3a48a2b commit f72271f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose-with-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ services:
- "GAIA_EXTERNAL_URL=http://172.17.0.1:8080"
- "SPRING_PROFILES_ACTIVE=vault"
- "GAIA_VAULT_URI=http://vault:8200"
volumes:
- /var/run/docker.sock:/var/run/docker.sock

mongo:
build:
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ services:
environment:
- "GAIA_MONGODB_URI=mongodb://mongo/gaia"
- "GAIA_EXTERNAL_URL=http://172.17.0.1:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "GAIA_RUNNER_API_PASSWORD=123456"

mongo:
build:
context: .
dockerfile: ./Dockerfile-db
image: gaia-db
image: gaia-db

0 comments on commit f72271f

Please sign in to comment.