mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
c64dbb972d
shared/seafile => contains ccnet/seafile-data/conf etc. shared/db => contains mysql data shared/ssl => letsencrypt certs shared/logs/seafile => ccnet/seafile/seahub logs shared/logs/var-log => mounted as /var/log in the container
16 lines
324 B
YAML
16 lines
324 B
YAML
sudo: required
|
|
language: python
|
|
|
|
services:
|
|
- docker
|
|
|
|
install:
|
|
# Must put something here, or travis would ask us for requirments.txt
|
|
- echo "Nothing to install"
|
|
|
|
script:
|
|
- cd image && make base && make && cd ..
|
|
- cp samples/server-sqlite3.conf bootstrap/bootstrap.conf
|
|
- ./launcher bootstrap
|
|
- ./launcher start
|