Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Folder for config.toml and certs does not follow HOST_APPS_STATE_FOLDER env var #133

Open
Helvio88 opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Helvio88
Copy link
Contributor

Helvio88 commented Oct 4, 2024

I run my Wolf instance on /docker host folder mount, and since Wolf spawns additional containers, it's important that the same folder structure is shared among host and apps.

Setting HOST_APPS_STATE_FOLDER=/docker/wolf should be enough in my case, but upon testing, it seems like the Wolf container still uses /etc/wolf/cfg for the config.toml file and certificates.

Current workaround:

      - WOLF_CFG_FILE=/docker/wolf/cfg/config.toml
      - WOLF_PRIVATE_KEY_FILE=/docker/wolf/cfg/key.pem
      - WOLF_PRIVATE_CERT_FILE/docker/wolf/cfg/cert.pem

From our chat on Discord, it seems like WOLF_CFG_FOLDER is not properly linked to HOST_APPS_STATE_FOLDER.

I hope this helps!

@ABeltramo ABeltramo added the enhancement New feature or request label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants