compose/azure/convert
Guillaume Tardif 0c27fd6236 Support environment variables defined in compose file:
* KEY=VALUE
* KEY (no =VALUE) will fetch the process environment variable

envFile list is already parsed by compose-go and resolved to Environment key values no need to do anything for this.
2020-07-07 11:39:35 +02:00
..
convert.go Support environment variables defined in compose file: 2020-07-07 11:39:35 +02:00
convert_test.go Support environment variables defined in compose file: 2020-07-07 11:39:35 +02:00
ports.go Trying to fix defensively a panic @nebuk89 encountered on ACI, but could not reproduce it. 2020-06-23 17:52:14 +02:00
ports_test.go Trying to fix defensively a panic @nebuk89 encountered on ACI, but could not reproduce it. 2020-06-23 17:52:14 +02:00
registrycredentials.go Use compose-go's Project and ProjectOptions 2020-07-02 16:05:45 +02:00
registrycredentials_test.go Use compose-go's Project and ProjectOptions 2020-07-02 16:05:45 +02:00
volume.go Add license headers 2020-06-18 16:48:03 +02:00
volume_test.go Add license headers 2020-06-18 16:48:03 +02:00