parameter root install directory

This commit is contained in:
Yax 2020-07-08 10:53:49 +02:00
parent a1e5c1d700
commit 33329345fa
3 changed files with 3 additions and 2 deletions

View file

@ -14,3 +14,4 @@ HOST_MAIL=mail
TZ=Europe/Paris
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
DELUGE_TORRENT_PORT=6881
ROOT_INSTALL=/srv

View file

@ -5,7 +5,7 @@ services:
container_name: poste-io
image: analogic/poste.io
volumes:
- /srv/data/poste.io:/data
- ${ROOT_INSTALL}/data/poste.io:/data
environment:
- TZ=${TZ}
- HTTPS=OFF

View file

@ -49,4 +49,4 @@ services:
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /srv/hosting/traefik/acme.json:/acme.json
- ${ROOT_INSTALL}/hosting/traefik/acme.json:/acme.json