update 26.7.27
This commit is contained in:
+4
-4
@@ -17,9 +17,9 @@ OIKOS_HTTP_PORT=2700
|
|||||||
# # reports no time zone of its own.
|
# # reports no time zone of its own.
|
||||||
|
|
||||||
# Container storage paths (bind mounts)
|
# Container storage paths (bind mounts)
|
||||||
DATA_DIR=/volume2/docker/docker_projects/yvm/data
|
DATA_DIR=/volume2/docker/docker_projects/yuvomi/data
|
||||||
# Host folder for the database and stored app data
|
# Host folder for the database and stored app data
|
||||||
BACKUP_DIR=/volume2/docker/docker_projects/yvm/backups
|
BACKUP_DIR=/volume2/docker/docker_projects/yuvomi/backups
|
||||||
# Host folder for scheduled backups
|
# Host folder for scheduled backups
|
||||||
# These two are HOST paths, used only by docker-compose.yml / podman-compose.yml to
|
# These two are HOST paths, used only by docker-compose.yml / podman-compose.yml to
|
||||||
# build the volume mapping. Inside the container the app always writes to /data and
|
# build the volume mapping. Inside the container the app always writes to /data and
|
||||||
@@ -28,8 +28,8 @@ BACKUP_DIR=/volume2/docker/docker_projects/yvm/backups
|
|||||||
# the app at /app/backups, which is outside the mounted volume and not writable.
|
# the app at /app/backups, which is outside the mounted volume and not writable.
|
||||||
# On SELinux systems (RHEL/Fedora/CentOS Stream) use podman-compose.yml — it adds
|
# On SELinux systems (RHEL/Fedora/CentOS Stream) use podman-compose.yml — it adds
|
||||||
# the :Z relabel automatically so the container can access these folders.
|
# the :Z relabel automatically so the container can access these folders.
|
||||||
MODULES_DIR=/volume2/docker/docker_projects/yvm/modules
|
MODULES_DIR=/volume2/docker/docker_projects/yuvomi/modules
|
||||||
DOCUMENT_STORAGE_LOCAL_DIR=/volume2/docker/docker_projects/yvm/documents
|
DOCUMENT_STORAGE_LOCAL_DIR=/volume2/docker/docker_projects/yuvomi/documents
|
||||||
|
|
||||||
|
|
||||||
# Session
|
# Session
|
||||||
|
|||||||
Reference in New Issue
Block a user