adding volume variables
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user