mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-22 23:32:29 +00:00
chore: update traefik and add use infisical as an options for secrets in
dev
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user