adding vol
This commit is contained in:
parent
43d57124fa
commit
f42094fd51
|
@ -5,5 +5,6 @@ GID=1000
|
||||||
TZ=Etc/UTC
|
TZ=Etc/UTC
|
||||||
DBUSER=example
|
DBUSER=example
|
||||||
DBPASS=password
|
DBPASS=password
|
||||||
|
CERTS_LOCATION=./certs
|
||||||
CONFIG_LOCATION=./config
|
CONFIG_LOCATION=./config
|
||||||
DATA_LOCATION=./data
|
DATA_LOCATION=./data
|
||||||
|
|
|
@ -6,6 +6,7 @@ services:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
|
- ${CERTS_LOCATION}:/etc/nginx/certs
|
||||||
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
|
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
@ -162,6 +163,7 @@ services:
|
||||||
- PGID=${GID}
|
- PGID=${GID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- VIRTUAL_HOST=ubooquity.${DOMAIN}
|
- VIRTUAL_HOST=ubooquity.${DOMAIN}
|
||||||
|
- VIRTUAL_PORT=2202
|
||||||
# - MAXMEM= #optional
|
# - MAXMEM= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_LOCATION}/ubooquity:/config
|
- ${CONFIG_LOCATION}/ubooquity:/config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user