sirixdb / sirix

SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
https://sirix.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 251 forks source link

Fix/docker network #636

Closed Aminmalek closed 1 year ago

Aminmalek commented 1 year ago

fix the localhost in sirix conf containers within the same network cannot directly access each other using "localhost".

Aminmalek commented 1 year ago

I think we need 2 conf files one for docker and other one for local

JohannesLichtenberger commented 1 year ago

Thank you!