move first admin env variables to seahub service, remove depends_on

depends_on is ignored on swarm
This commit is contained in:
Gerrit Gogel 2021-01-28 00:44:04 +01:00
parent c25fab3dea
commit 529c00356f

View file

@ -12,9 +12,6 @@ services:
- SEAFILE_ADMIN_PASSWORD=asecret - SEAFILE_ADMIN_PASSWORD=asecret
- HTTPS=false # Set this to true if you plan to use a reverse proxy with HTTPS. Can be changed later in the admin settings on the web-ui. - HTTPS=false # Set this to true if you plan to use a reverse proxy with HTTPS. Can be changed later in the admin settings on the web-ui.
- SEAFILE_SERVER_HOSTNAME=seafile.mydomain.com # Mandatory on first deployment! - SEAFILE_SERVER_HOSTNAME=seafile.mydomain.com # Mandatory on first deployment!
depends_on:
- db
- memcached
networks: networks:
- seafile-net - seafile-net
deploy: deploy:
@ -26,8 +23,9 @@ services:
- seafile-data:/shared - seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars - seahub-avatars:/shared/seafile/seahub-data/avatars
- seahub-custom:/shared/seafile/seahub-data/custom - seahub-custom:/shared/seafile/seahub-data/custom
depends_on: environment:
- seafile - SEAFILE_ADMIN_EMAIL=me@example.com
- SEAFILE_ADMIN_PASSWORD=asecret
networks: networks:
- seafile-net - seafile-net
deploy: deploy: