Skip to content

Commit

Permalink
upgraded compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Nov 28, 2023
1 parent 40b7d2a commit 08f8ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Generate self signed certificate:

## Development

`docker compose -f docker-compose-dev.yml up --build`
`docker compose -f compose-dev.yml up --build`

## Credits

Expand Down
4 changes: 1 addition & 3 deletions docker-compose-dev.yml → compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.8'

services:
vault:
image: hashicorp/vault:1.14
image: hashicorp/vault:1.15
container_name: vault
environment:
VAULT_ADDR: https://localhost:8200
Expand Down
4 changes: 1 addition & 3 deletions docker-compose-prod.yml → compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.8'

services:
vault:
image: hashicorp/vault:1.14
image: hashicorp/vault:1.15
container_name: vault
environment:
VAULT_CACERT: /vault/config/cert.pem
Expand Down

0 comments on commit 08f8ae3

Please sign in to comment.