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