Skip to content

Instantly share code, notes, and snippets.

@jinnabaalu
Created February 24, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jinnabaalu/c0970070bc5f02d06cbbf225f500bddf to your computer and use it in GitHub Desktop.
Save jinnabaalu/c0970070bc5f02d06cbbf225f500bddf to your computer and use it in GitHub Desktop.
Postgres with adminer UI
version: '3.1'
services:
postgres:
image: postgres
container_name: postgres
restart: always
environment:
- POSTGRES_USER=test
- POSTGRES_PASSWORD=test
adminer:
image: adminer
restart: always
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment