cleanup deployment

This commit is contained in:
Philipp Fruck 2025-09-17 13:33:03 +02:00
parent c1c12cfa76
commit 73383eff43
No known key found for this signature in database
GPG key ID: 9B7D2672DB7F47AD
3 changed files with 8 additions and 17 deletions

View file

@ -8,9 +8,9 @@ psql:
update:
read -p "Update will cause downtime of the server. Are you sure you want to continue? Press Ctrl+c to abort!" _
$(COMPOSE) down
$(COMPOSE) pull
$(COMPOSE) run inventree-server invoke update
$(COMPOSE) down
$(COMPOSE) run --rm inventree-server invoke update
$(COMPOSE) up -d
data: # podman does not autocreate data folder