Skip to content

Instantly share code, notes, and snippets.

View erciapps's full-sized avatar
🏠
Working from home

Erciapps erciapps

🏠
Working from home
View GitHub Profile
@erciapps
erciapps / ERPNEXT-docker-compose.yml
Last active September 18, 2025 09:10
ErpNext Docker Stack
services:
backend:
image: frappe/erpnext:v15.78.1
networks:
- frappe_network
deploy:
restart_policy:
condition: always
volumes:
- sites:/home/frappe/frappe-bench/sites