This commit is contained in:
root
2022-08-29 16:10:38 -04:00
parent cfb78d99c3
commit 5f57c251b0
3 changed files with 245 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '3.6'
services:
main:
build: .
environment:
SEAFILE_SERVER_NAME: Seafile
SEAFILE_SERVER_HOST: seafile.example.com
ports:
- '8000:8000'
- '8080:8080'
- '8082:8082'
volumes:
- seafile-data:/opt/seafile
restart: unless-stopped
volumes:
seafile-data: