Skip to content

Instantly share code, notes, and snippets.

@Mishco
Last active June 2, 2022 07:43
Show Gist options
  • Save Mishco/74632198265b63e45ab06a665acca2c9 to your computer and use it in GitHub Desktop.
Save Mishco/74632198265b63e45ab06a665acca2c9 to your computer and use it in GitHub Desktop.
...
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