aboutsummaryrefslogtreecommitdiff
path: root/create_db.sh
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-31 16:06:05 +0200
committerWilliam Hergès <william@herges.fr>2025-08-31 16:06:05 +0200
commit1200d0aef43d2ba771f3262e5adf23b8dc8577d0 (patch)
treea835702f86eb7726f5fd74c8e51851df5261c68f /create_db.sh
parent05941e243f9bef6c8f461bafae9dbd12a88362b6 (diff)
ci(scripts): justfile for common task
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