Gitea
This commit is contained in:
4
services/postgres/install.sh
Normal file
4
services/postgres/install.sh
Normal 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
|
||||
12
services/postgres/service.toml
Normal file
12
services/postgres/service.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
user = "podman"
|
||||
|
||||
[service]
|
||||
name = "postgres"
|
||||
image = "postgres:18-alpine"
|
||||
|
||||
[environment]
|
||||
POSTGRES_USER = "admin"
|
||||
POSTGRES_PASSWORD = "welcome123"
|
||||
|
||||
[[networks]]
|
||||
group = "postgres"
|
||||
Reference in New Issue
Block a user