The Docker toolset to pack, ship, store, and deliver content
Go to file
Christian Galo 13d3251ac6 un-abra
2024-07-31 04:26:25 +00:00
.gitignore un-abra 2024-07-31 04:26:25 +00:00
compose.yaml un-abra 2024-07-31 04:26:25 +00:00
config.yml.tmpl un-abra 2024-07-31 04:26:25 +00:00
LICENSE Init repo 2020-05-11 17:05:39 +02:00
README.md un-abra 2024-07-31 04:26:25 +00:00

distribution

Wiki Cafe's configuration for a Distribution deployment with a UI. Originally from an abra recipe by Co-op Cloud.

Deploying the app with Docker Swarm

Set the environment variables from the .env file during the shell session.

set -a && source .env && set +a

Set the secrets if any.

printf "SECRET_HERE" | docker secret create SECRET_NAME -

Deploy using the -c flag to specify one or multiple compose files.

docker stack deploy distribution -c compose.yaml