Skip to content

Commit

Permalink
Include dbbackups in make web command
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Jul 3, 2024
1 parent 7eb74ae commit d1f8cb7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions dockerize/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ web: db
@echo "------------------------------------------------------------------"
@echo "Running in production mode"
@echo "------------------------------------------------------------------"
@docker compose -p $(PROJECT_ID) up -d --scale uwsgi=2 web worker beat

dbbackups: db
@echo
@echo "------------------------------------------------------------------"
@echo "Running dbbackups in production mode"
@echo "------------------------------------------------------------------"
@docker compose -p $(PROJECT_ID) up -d dbbackups
@docker compose -p $(PROJECT_ID) up -d --scale uwsgi=2 web worker beat dbbackups

certbot: web
@echo
Expand Down

0 comments on commit d1f8cb7

Please sign in to comment.