Skip to content

Instantly share code, notes, and snippets.

@nathanfletcher
Created May 9, 2020 10:07
Show Gist options
  • Save nathanfletcher/b3631e072a18436604b5e3bd658b02b9 to your computer and use it in GitHub Desktop.
Save nathanfletcher/b3631e072a18436604b5e3bd658b02b9 to your computer and use it in GitHub Desktop.
Deploy PGAdmin 4 to Google Cloud Run
FROM dpage/pgadmin4
ENV [email protected]
ENV PGADMIN_DEFAULT_PASSWORD=somepassword
ENV PGADMIN_LISTEN_PORT=8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment