A platform to rent pets
This tutorial expects a running and tls configured traefik instance with a docker socket provider configured
- To deploy, first clone the git repository and cd into it
git clone https://github.com/boschxdaimlerlove/mietmiez mietmiez && cd mietmiez- change passwords and keys in the .*.env files in configs/ and change the url in the labels of each container to a domain you own for further details look into configs/README.md
3a. after that, spin up backend, frontend, postgres and minio with docker
docker compose up -d --build3b. or podman-compose
podman-compose up -d --buildFrontend: localhost:3000
Backend: localhost:8080
Minio Admin: localhost:9001