Deploy a single container
Go to file
decentral1se f81bb6aad9
Add release logic to CI [ci skip]
2021-06-03 23:00:26 +02:00
.drone.yml Add release logic to CI [ci skip] 2021-06-03 23:00:26 +02: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 Clean up before 2021-02-14 15:17:22 +01:00
compose.yml Drop healthcheck for now 2021-02-14 15:39:54 +01: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.