Created
May 9, 2020 10:07
-
-
Save nathanfletcher/b3631e072a18436604b5e3bd658b02b9 to your computer and use it in GitHub Desktop.
Deploy PGAdmin 4 to Google Cloud Run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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