Created deployment

This commit is contained in:
2026-02-10 16:10:27 +01:00
parent a9cde211eb
commit 759f35654b
8 changed files with 207 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
cd /mnt/docker-storage/containers/savefamily/sf-sims
docker stop sf-sims-api || true
docker rm sf-sims-api || true
docker rmi sf-sims-api || true
docker compose -f docker-compose.yaml up --build -d sf-sims-api