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
  • Select an option

  • Save katiakweb/fb488c6f10c2f69c0072b4e54d8d8f9e to your computer and use it in GitHub Desktop.

Select an option

Save katiakweb/fb488c6f10c2f69c0072b4e54d8d8f9e to your computer and use it in GitHub Desktop.

Revisions

  1. jbalu revised this gist Feb 24, 2019. No changes.
  2. jbalu created this gist Feb 24, 2019.
    15 changes: 15 additions & 0 deletions postgres-adminer.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    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