2
0

initial commit (untested)

This commit is contained in:
2023-05-23 22:24:36 +02:00
commit 24203d375f
6 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '2.0'
volumes:
seafile-db:
driver: local
driver_opts:
type: none
o: bind
device: ${APP_DATA_DIRECTORY:-./data}/db
seafile-data:
driver: local
driver_opts:
type: none
o: bind
device: ${APP_DATA_DIRECTORY:-./data}/app