Kresus

Open source personal finance manager.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  kresus:
    container_name: kresus
    image: bnjbvr/kresus
    ports:
      - 9876:9876
    environment:
      - LOCAL_USER_ID=`id
    user: "true"
    volumes:
      - /opt/kresus/data:/home/user/data
      - /opt/kresus/woob:/woob
      - /opt/kresus/config.ini:/opt/config.ini
      - /etc/localtime:/etc/localtime
    restart: unless-stopped

Resources

Website: https://kresus.org/

GitHub: https://github.com/kresusapp/kresus

Docker Hub: https://hub.docker.com/r/bnjbvr/kresus

Configuration: https://kresus.org/install-docker.html