cleanup deployment

This commit is contained in:
Philipp 2025-09-17 15:26:20 +02:00
parent 41be255144
commit c863e5fe21
Signed by: philipp
SSH key fingerprint: SHA256:ZWe7taUXeJb8xtjCZE7rZ3baSkVpBPjE4hdoKyJpfQE
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