Skip to content

Instantly share code, notes, and snippets.

@codesenju
Created June 19, 2020 13:35
Show Gist options
  • Save codesenju/a7d4a46eb9d2b58d72c559d22b3dff20 to your computer and use it in GitHub Desktop.
Save codesenju/a7d4a46eb9d2b58d72c559d22b3dff20 to your computer and use it in GitHub Desktop.
postgresql-replication Dockerfile
FROM postgres:12
COPY ./setup-master.sh /docker-entrypoint-initdb.d/setup-master.sh
COPY ./setup-db.sh /docker-entrypoint-initdb.d/setup-db.sh
WORKDIR /tables/
COPY actors.tar.gz .
COPY basics.tar.gz .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment