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

configure volumes, directories and files for any role #697

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 29, 2024

  1. enable volumes and files for traefik lb

    we move code related to docker volumes from accessory configuration to a new class to make it useable for the traefik proxy
    
    With this change we can add in the config for traefik a volume, files and folders
    aka47 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2b92093 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. enable files and directories for any role

    for the app, the traefic role and any accessory you can configure files and directories from your project to be mounted to the docker container.
    
    The files and directories are uploaded to the host and mounted via docker volumes to the docker container.
    aka47 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bb80866 View commit details
    Browse the repository at this point in the history