AppsBudgetingIhatemoney

IHateMoney

Manage your shared expenses, easily.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.9"
 
services:
  ihatemoney:
    image: ihatemoney/ihatemoney:latest
    container_name: ihatemoney
    environment:
      - PORT=8000
      - PUID=0
      - PGID=0
    volumes:
      - </path/to/database>:/database
    ports:
      - 8000:8000
    restart: unless-stopped

Resources

Website: https://ihatemoney.org/

GitHub: https://github.com/spiral-project/ihatemoney

Docker Hub: https://hub.docker.com/r/ihatemoney/ihatemoney

Configuration: https://ihatemoney.readthedocs.io/en/latest/installation.html