Deploy a single container
Go to file
3wc c40fe31f15
continuous-integration/drone/push Build is failing Details
Automatically generate catalogue on release [mass update]
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
.drone.yml Automatically generate catalogue on release [mass update] 2023-01-20 10:27:11 -08:00
.env.sample Hack that hack together 2021-02-14 15:03:09 +01:00
.gitignore Initial commit 2021-02-14 14:37:12 +01:00
README.md Clarify hack and drop usage deets 2021-02-15 01:04:38 +01:00
abra.sh Make sure we're in the current directory first.. 2021-11-21 21:35:39 +02:00
compose.yml chore: revert probable bogus commit? 2021-11-22 00:27:24 +02:00

README.md

container

status: experimental

Deploy a single container on the swarm. Because docker swarm refuses to allow end-users to substitute the image name with env vars dynamically at run-time, this configuration uses an absolutely shambolic hack of envsubst'ing the compose.yml file with the incoming env vars from abra during the deployment.