mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-19 23:30:34 +00:00
seafile
This commit is contained in:
31
apps/cloud/oasis.md
Normal file
31
apps/cloud/oasis.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Seafile
|
||||
|
||||
- UX needs work.
|
||||
- Drag & drop upload doesn't work in Safari
|
||||
- Extremely basic in functionality
|
||||
|
||||
<br>
|
||||
|
||||
- [Github repo](https://github.com/machengim/oasis)
|
||||
- [DockerHub repo](https://hub.docker.com/r/machengim/oasis)
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
oasis:
|
||||
image: machengim/oasis
|
||||
container_name: oasis
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Dublin
|
||||
ports:
|
||||
- "3123:8000"
|
||||
volumes:
|
||||
- ./data:/opt/oasis/data
|
||||
- ./storage:/home/storage
|
||||
```
|
||||
Reference in New Issue
Block a user