🎑 Self Hostable website to show your best photos!
- Backend urls are customizable inside backend-urls.env
- To connect to postgresql create a database.ini file inside backend/flask/
database.ini example
[postgresql]
host=postgresql
database=postgresql
user=postgresql
password=postgresql
docker compose up
bash backend.sh
bash frontend.sh