chore: update traefik and add use infisical as an options for secrets in

dev
This commit is contained in:
Stavros
2026-01-21 12:50:03 +02:00
parent d67c3ab8a4
commit 402dfa727b
4 changed files with 10 additions and 2 deletions

View File

@@ -59,6 +59,10 @@ test:
develop:
docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans
# Development - Infisical
develop-infisical:
infisical run --env=dev -- docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans
# Production
prod:
docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans