# example # services: # test: # configs: # - source: hello_conf # this would match the filename in the repo # target: /etc/hello.conf # this would be used for labeling # uid: "0" # gid: "user" # mode: 0440 # # this section below should be created by the templater and then # # appended during `deploy` # # templater does need to parse the compose file to extract the "target" # # for labeling the config, but the name is automatic as that's based on # # the filesystem # configs: # hello_conf: # external: true # name: templater_will_auto_fill_this