Advanced Search
Search Results
14 total results found
Akaunting
Link version: '3.3' services: docker-akaunting: container_name: akaunting restart: unless-stopped ports: - '4587:8080' volumes: - '/srv/path/Files/Akaunting/mysql:/var/lib/mysql' ...
Firefly III
Video | Link wget https://raw.githubusercontent.com/firefly-iii/docker/main/docker-compose.yml wget https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example Rename .env.example to .env Nano into docker-compose.yml and .env and edit dock...
Piglet
Link version: '3.3' services: piglet: restart: unless-stopped container_name: piglet depends_on: - database ports: - '0.0.0.0:80:80' # Piglet - '0.0.0.0:8080:8080' # API image: k3nd0x/piglet:...
Actual Budget
Link 1 | Link 2 version: '3.7' services: actual-server: image: tbleiker/actual-server:latest container_name: actual-server volumes: - srv/path/Files/ActualBudget/data:/data ports: - 5006:5006 restart: unless-stopped
Wallos
Subscription tracker Link version: '3.0' services: wallos: container_name: wallos image: bellamy/wallos:latest ports: - "8282:80/tcp" environment: TZ: 'America/Toronto' # Volumes store your data between container ...
Paisa
Link version: "3.3" services: paisa: ports: - 7500:7500 volumes: - /srv/Files/Paisa/:/root/Documents/paisa/ image: ananthakumaran/paisa:latest
Akaunting 2024
https://github.com/akaunting/docker Usage git clone https://github.com/akaunting/docker cd docker cp env/db.env.example env/db.env vi env/db.env # and set things cp env/run.env.example env/run.env vi env/run.env # and set things AKAUNTING_SETUP=tru...
InvoiceShelf
Link InvoiceShelf is an open-source web & mobile app that helps you track expenses, payments & create professional invoices & estimates. #------------------------------------------- # Docker Compose # - Darko Gjorgjijoski # Repo : https://github.com/Inv...
InvoiceNinja
Link Invoice Ninja is an open-source invoicing, billing, and payment management platform designed for freelancers and small to medium-sized businesses version: "3.3" services: invoiceninja: volumes: - /var/invoiceninja/public:/var/app/public ...
BigCapital
Link Steps to deploy Bigcapital using docker-compose Download the required files. In a directory of your choosing, clone the Bigcapital repository and navigate into the ./bigcapital directory by entering the following commands: git clone --depth 1 -b m...
Solidinvoice
Link version: '3.7' services: solidinvoice: image: solidinvoice/solidinvoice ports: - "8000:80" volumes: - /srv/Files/Solidinvoice/data:/var/www/html/var/data - /srv/Files/Solidinvoice/logs:/var/www/html/var/logs ...
I Hate Money
Github I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills. version: "3.3" services: ihatemoney: ports: - 8293:8000 # OG 8000:8000 ...
Dolibarr (old)
Link 1 | Link 2 | Official Docker image version: '3' services: mariadb: image: mariadb:10.6 container_name: mariadb restart: unless-stopped command: --character_set_client=utf8 --character-set-server=utf8mb4 --collation-server=utf8...
Dolibarr
Official Docker image services: db: image: mariadb:latest environment: MYSQL_ROOT_PASSWORD: MYSQL_DATABASE: dolibarr MYSQL_USER: dolibarr MYSQL_PASSWORD: volumes: - /srv/Files/Dolibarr/db:/var/lib/mysql...