Containers/creators/postgres.sh
Alex Denes bfae593b4d
Multiple misc changes
- 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
2023-08-03 15:05:15 +00:00

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