Skip to content

Instantly share code, notes, and snippets.

@katiakweb
Forked from jinnabaalu/postgres-adminer.yml
Created December 13, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katiakweb/fb488c6f10c2f69c0072b4e54d8d8f9e to your computer and use it in GitHub Desktop.
Save katiakweb/fb488c6f10c2f69c0072b4e54d8d8f9e 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