docker-compose.yml Deploy guide
Add a docker-compose.yml file to use the application for stand alone it would be easier to use the application stand alone.
Will add one soon
Will add one soon
Thanks a lot any eta ?
1 week, 1 month ?? What to test it.
No eta, frappe_docker exists as a single source of containerized setups. So the need for a standalone docker_compose isn't super high. You can simply add drive to the custom apps.
I have deployed Frappe using Refrence link
wget https://raw.githubusercontent.com/frappe/frappe_docker/main/pwd.yml -O pwd.yml
docker compose -p pwd -f pwd.yml up -d
docker logs pwd-create-site-1 -f
How do I add the drive to this ?
Standalone docker-compose for Frappe Drive is in main now and the docs are at https://docs.frappe.io/drive/quick-start.
How do I add the drive to this ?
Thats the production ready docker-compose workflow and as the docs say, to add custom apps yourself it's suggested that you build your own image with apps_json as a base64 env variable as an argument