frappe / drive

100% open source file storage, sharing, and collaboration
https://frappe.io/drive
GNU Affero General Public License v3.0
299 stars 134 forks source link

Initialize Docker Image and Compose #211

Closed uhrjun closed 5 months ago

uhrjun commented 5 months ago

How to test until this PR is merged:

Make a new directory and cd into it mkdir frappe-drive && cd frappe-drive

Docker Compose File wget -O docker-compose.yml https://raw.githubusercontent.com/frappe/drive/main/docker/docker-compose.yml

Sample Env File wget -O .env https://raw.githubusercontent.com/frappe/drive/main/docker/example%20.env

Run the container docker compose -p drive up -d

uhrjun commented 5 months ago

Even after compose itself daemonizes completely. bench init and create_site etc is still on going so it might take a while for localhost:8080 to serve up the site.