Skip to content

Instantly share code, notes, and snippets.

@jinnabaalu
Created February 24, 2019 19:51
Show Gist options
  • Save jinnabaalu/c0970070bc5f02d06cbbf225f500bddf to your computer and use it in GitHub Desktop.
Save jinnabaalu/c0970070bc5f02d06cbbf225f500bddf 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