adding volume variables

This commit is contained in:
2026-06-05 11:49:09 -05:00
parent 94e3608665
commit 4b1590107b

View File

@@ -52,3 +52,11 @@ POSTGRES_DB=proxcenter
# DATABASE_URL is built automatically from the variables above. # DATABASE_URL is built automatically from the variables above.
# Override only if pointing the frontend at an external Postgres instance: # Override only if pointing the frontend at an external Postgres instance:
# DATABASE_URL=postgresql://proxcenter:password@external-host:5432/proxcenter?schema=public # DATABASE_URL=postgresql://proxcenter:password@external-host:5432/proxcenter?schema=public
# ========================================
# Docker Volumes (required)
# ========================================
#use this instead of creating Docker Volumes
#One is for configs nd one is for data
DockerData=/mnt/DockerStorage/data
DockerConfig=/mnt/DockerStorage/config