Files
noofac-snackpot/templates/docker-compose/postgres/Dockerfile
Nick Stokoe 32f6767cd4 snackpot.yml - add docker compose config
Nominally working and tested on a remote VM
2021-12-03 17:59:35 +00:00

3 lines
123 B
Docker

FROM postgres:11.9-alpine
COPY --chown={{ postgres_db_user }}:{{ postgres_db_user }} init.sql /docker-entrypoint-initdb.d/