Update & Refactor

This commit is contained in:
PB
2024-12-24 14:29:04 +01:00
parent a856f24132
commit 6848b55101
14 changed files with 202 additions and 36 deletions

View File

@@ -8,13 +8,16 @@ down:
- docker stack rm egommerce
k8s-up:
- sh ${DEPLOY_DIR}/scripts/start-k8s.sh
- sh ${DEPLOY_DIR}/start-k8s.sh
k8s-down:
- kubectl... TODO :D
- kubectl delete -f deploy/k8s/stack.yml
# GENERATING CERTS
certs:
- bash ${DEPLOY_DIR}/scripts/gen-certs.sh
volumes-restart:
- docker stack rm egommerce
- docker volume prune -af
- sh ${DEPLOY_DIR}/start-stack.sh