Skip to content

Instantly share code, notes, and snippets.

@Humberd
Created April 25, 2020 10:56
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 Humberd/00e4175fd81911dfd0fa6147d3e579a2 to your computer and use it in GitHub Desktop.
Save Humberd/00e4175fd81911dfd0fa6147d3e579a2 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
db:
image: bitnami/postgresql:12.2.0
restart: always
environment:
POSTGRESQL_USERNAME: admin
POSTGRESQL_PASSWORD: admin123
POSTGRESQL_DATABASE: admin
ports:
- 5432:5432
adminer:
image: adminer
restart: always
ports:
- 8181:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment