fix project path
This commit is contained in:
parent
a22c72c348
commit
691b920e67
4 changed files with 4 additions and 5 deletions
|
@ -16,7 +16,6 @@ HOST_PHOTOVIEW=photoview
|
||||||
HOST_SEAFILE=seafile
|
HOST_SEAFILE=seafile
|
||||||
HOST_SELFOSS=selfoss
|
HOST_SELFOSS=selfoss
|
||||||
HOST_SHAARLI=shaarli
|
HOST_SHAARLI=shaarli
|
||||||
HOST_TRAEFIK=traefik
|
|
||||||
HOST_WALLABAG=wallabag
|
HOST_WALLABAG=wallabag
|
||||||
HOST_WWW=www
|
HOST_WWW=www
|
||||||
PATH_PORTAINER=/portainer
|
PATH_PORTAINER=/portainer
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 80
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_INSTALL}/hosting/seafile/start.py:/scripts/start.py
|
- ${ROOT_INSTALL}/selfhosting/seafile/start.py:/scripts/start.py
|
||||||
- seafile_data:/shared:rw
|
- seafile_data:/shared:rw
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${ROOT_INSTALL}/data/seafile-fuse
|
source: ${ROOT_INSTALL}/data/seafile-fuse
|
||||||
|
|
|
@ -17,8 +17,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ${ROOT_INSTALL}/hosting/traefik/traefik.yml:/etc/traefik/traefik.yml
|
- ${ROOT_INSTALL}/selfhosting/traefik/traefik.yml:/etc/traefik/traefik.yml
|
||||||
- ${ROOT_INSTALL}/hosting/traefik/tls.yml:/etc/traefik/tls.yml
|
- ${ROOT_INSTALL}/selfhosting/traefik/tls.yml:/etc/traefik/tls.yml
|
||||||
- certs:/etc/ssl/traefik
|
- certs:/etc/ssl/traefik
|
||||||
|
|
||||||
reverse-proxy-https-helper:
|
reverse-proxy-https-helper:
|
||||||
|
|
|
@ -47,4 +47,4 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ${ROOT_INSTALL}/hosting/traefik/acme.json:/acme.json
|
- ${ROOT_INSTALL}/selfhosting/traefik/acme.json:/acme.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue