postgres: Image von 16-slim auf 16
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM postgres:16-slim
|
||||
FROM postgres:16
|
||||
|
||||
COPY init.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
git clone --mirror https://git.tobisniceshomelab.ddnsfree.com/Hitonabi/rippy.git /tmp/rippy.git
|
||||
cd /tmp/rippy.git && git remote set-url origin https://git.tobisniceshomelab.ddnsfree.com/Hitonabi/rippy.git
|
||||
git clone file:///tmp/rippy.git /home/arcane/projects/rippy
|
||||
Reference in New Issue
Block a user