You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storing the config.yaml and state.yaml in separate directories would be extremely beneficial especially when using the Docker container route as this would allow for a persistable Docker volume to be used instead of a Bind mount. This can already be achieved in a Docker environment for the certs file. See Docker Compose Volumes section here for how volumes can be used over bind mounts
It would also allow for future improvements to be made further up the chain such as in the Docker build file, the example config.yaml file could be automatically cloned to the directory with all of its correct permissions.
The text was updated successfully, but these errors were encountered:
Storing the
config.yaml
andstate.yaml
in separate directories would be extremely beneficial especially when using the Docker container route as this would allow for a persistable Docker volume to be used instead of a Bind mount. This can already be achieved in a Docker environment for the certs file. See Docker Compose Volumes section here for how volumes can be used over bind mountsIt would also allow for future improvements to be made further up the chain such as in the Docker build file, the example
config.yaml
file could be automatically cloned to the directory with all of its correct permissions.The text was updated successfully, but these errors were encountered: