This commit is contained in:
Maurice
2025-10-04 19:07:31 +02:00
parent fbdca459c7
commit 7dc2c3d6a0
13 changed files with 224 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
chmod +x /etc/init.d/postgres.service
rc-update add postgres.service default
rc-service postgres.service start

View File

@@ -0,0 +1,12 @@
user = "podman"
[service]
name = "postgres"
image = "postgres:18-alpine"
[environment]
POSTGRES_USER = "admin"
POSTGRES_PASSWORD = "welcome123"
[[networks]]
group = "postgres"