Skip to content

Consider changes to make config file management easier ? #216

@HaystackIT

Description

@HaystackIT

Hello -

If you were to rename the following files thusly...

gateway/compose.local.yaml   --> gateway/compose.local.yaml.template
gateway/pyproject.toml       --> gateway/pyproject.toml.template
network/traefik/traefik.toml --> network/traefik/traefik.toml.template
(any others I haven't yet had the pleasure of modifying :-)

...and advise users to...

  1. copy the template files to eg: compose.local.yaml and make required modifications
  2. create a .gitignore file containing compose.local.yaml, etc

...users could more easily manage code lifecycles: we'd get any new or changed recommendations to the template files during a 'git pull' without overwriting our local mods. Has the added benefits of avoiding the hell of 'git stash' and manual post-pull file copying.

Thanks for considering,
-Robin

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgatewayGateway componentnetworkNetworking and other deploy tasks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions