adding vol

This commit is contained in:
Neuro 2024-04-18 22:39:11 -04:00
parent 43d57124fa
commit f42094fd51
2 changed files with 3 additions and 0 deletions

View File

@ -5,5 +5,6 @@ GID=1000
TZ=Etc/UTC
DBUSER=example
DBPASS=password
CERTS_LOCATION=./certs
CONFIG_LOCATION=./config
DATA_LOCATION=./data

View File

@ -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