Skip to content

thomastodon/haus

Repository files navigation

Haus

running things locally

docker build -t thomastodon/mariadb mysql
docker push thomastodon/mariadb mysql
docker-compose up -d

The rabbitmq management plugin is at localhost:15672 with Docker for Mac

Query the database here:

mysql -u root -p --protocol=tcp