FriendsOfOuro / ouro-docker-compose

Simple docker-compose file to run EventSore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker compose for EventStore Database

Simple docker-compose file to run EventSore

To run the EvenStore type:

docker-compose up

You will find the web interface of EventStore at http://localhost:2113/ Access with user: admin / password: changeit

The data is stored in the folder data

You can find documentation on EventStore on the website http://docs.geteventstore.com/

About

Simple docker-compose file to run EventSore


Languages

Language:Dockerfile 76.9%Language:Shell 23.1%