postgres: Image von 16-slim auf 16

This commit is contained in:
Arcane
2026-07-21 14:58:22 +00:00
parent 4d1f613a1c
commit 596ded1a4a
3 changed files with 19 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# Setup Rippy auf Arcane VM
cd /home/arcane/projects
# Verzeichnis erstellen
mkdir -p rippy
cd rippy
# Dateien von Host kopieren
scp -r arcane@192.168.178.1:/"Coding Stuff/rippy"/* .
# Docker Compose starten
docker compose up -d