- Patch out hba changing at start for postgres - Add redis - Use host networking for development purposes - Fix logging for rspamd and dovecot - Make sasl socket inet - Use WORKDIR for nsd - Remove postgres pass entries
11 lines
266 B
Bash
Executable File
11 lines
266 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "$(dirname $0)"/common.sh
|
|
|
|
podman container create \
|
|
--pod host \
|
|
--pull missing \
|
|
--image-volume tmpfs \
|
|
--mount type=volume,src=postgres-data,dst=/var/lib/postgres/ \
|
|
oci-archive:daemons/postgres/oci-archive.tar:redxen.eu/daemons/postgres:latest
|