aboutsummaryrefslogtreecommitdiff
path: root/create_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_db.sh')
-rw-r--r--create_db.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/create_db.sh b/create_db.sh
deleted file mode 100644
index 07deca1..0000000
--- a/create_db.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/bash
-
-podman network create db
-podman run -p 5432:5432 --rm --network db --name postgres --env-file .env -v ./data:/var/lib/postgresql/data -d postgres:alpine
-podman run -p 8080:8080 --rm --network db --name adminer -d adminer