Last active
June 2, 2022 07:43
-
-
Save Mishco/74632198265b63e45ab06a665acca2c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
vault-java-demo: | |
image: registry.exxeta.com/exxetask/vault-java-demo:develop | |
container_name: vault-java-demo | |
restart: on-failure:10 | |
ports: | |
- "8444:8444" | |
volumes: | |
- vault-volume:/data | |
healthcheck: | |
retries: 5 | |
environment: | |
- JAVA_OPTS=-Xmx64m | |
depends_on: | |
- vault | |
networks: | |
- sk_cloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment