mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
feat: add deployment configuration for homeassistant service in Docker stack
This commit is contained in:
@@ -207,5 +207,12 @@ deploy-esphome: pull
|
||||
set +a ;\
|
||||
docker stack deploy --compose-file ./swarm/esphome.yml esphome ;\
|
||||
}
|
||||
|
||||
deploy-homeassistant: pull
|
||||
{ \
|
||||
echo "Deploying the homeassistant stack..." ;\
|
||||
set -a ;\
|
||||
. ./swarm/.env ;\
|
||||
set +a ;\
|
||||
docker stack deploy --compose-file ./swarm/homeassistant.yml homeassistant ;\
|
||||
}
|
||||
# git submodule update --init --recursive
|
||||
Reference in New Issue
Block a user