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

Enable configs.file's on remote docker hosts #11871

Commits on Jun 1, 2024

  1. Add support for configs.file's and secrets.file's on remote docker hosts

    Copy configs.file's and secrets.file's instead of bind-mounting them to
    make it possible to use file configs when working with remote docker
    hosts (like setting DOCKER_HOST to a ssh address or setting docker
    context)
    
    Includes support for config.files and secrets.files as directories.
    
    Note that file.Content as source of secrets is denied elsewhere with the
    error "validating docker-compose.yml: secrets.content_secret Additional
    property content is not allowed"
    
    implements: #11867
    andoks committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d9dd161 View commit details
    Browse the repository at this point in the history