This commit is contained in:
2022-08-29 16:19:31 -04:00
parent cfb78d99c3
commit 5b8583abf9
4 changed files with 258 additions and 1 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: