parameter root install directory
This commit is contained in:
parent
a1e5c1d700
commit
33329345fa
3 changed files with 3 additions and 2 deletions
|
@ -14,3 +14,4 @@ HOST_MAIL=mail
|
||||||
TZ=Europe/Paris
|
TZ=Europe/Paris
|
||||||
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
||||||
DELUGE_TORRENT_PORT=6881
|
DELUGE_TORRENT_PORT=6881
|
||||||
|
ROOT_INSTALL=/srv
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
container_name: poste-io
|
container_name: poste-io
|
||||||
image: analogic/poste.io
|
image: analogic/poste.io
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/data/poste.io:/data
|
- ${ROOT_INSTALL}/data/poste.io:/data
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- HTTPS=OFF
|
- HTTPS=OFF
|
||||||
|
|
|
@ -49,4 +49,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
|
||||||
- /srv/hosting/traefik/acme.json:/acme.json
|
- ${ROOT_INSTALL}/hosting/traefik/acme.json:/acme.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue