Skip to content

Instantly share code, notes, and snippets.

@arkadius
Created September 25, 2024 13:38
Show Gist options
  • Save arkadius/0770bab6c275f479986459af74241fdf to your computer and use it in GitHub Desktop.
Save arkadius/0770bab6c275f479986459af74241fdf to your computer and use it in GitHub Desktop.
nessie:
image: projectnessie/nessie:0.76.6
depends_on:
postgres:
condition: service_healthy
networks:
- nussknacker-iceberg-net
ports:
- 19120:19120
environment:
- nessie.version.store.type=JDBC
- quarkus.datasource.jdbc.url=jdbc:postgresql://postgres:5432/nessie
- quarkus.datasource.username=nessie
- quarkus.datasource.password=nessie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment