1002 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			1002 B
		
	
	
	
	
	
	
	
Seafile
Seafile is an open-source, cross-platform file hosting and synchronization software system. It allows you to store files on a central server and access them from personal computers and mobile devices. Functionally similar to Dropbox or Google Drive, the primary difference is that Seafile is designed to be self-hosted, giving users more control over their data and infrastructure.
Services
- seafile: The main Seafile application.
- db: A MariaDB database for Seafile.
- memcached: A Memcached server for caching.
How to start
- Create a .envfile based on the.env.examplefile.
- Set the environment variables in the .envfile.
- Run docker-compose up -dto start the application.
- The application will be available at http://localhost.
Setup
After starting the application, you can access the web interface and log in with the credentials you provided in the .env file.