Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created February 15, 2022 01:07
Show Gist options
  • Save larkintuckerllc/ae12ac18efd1810f474488de1eda470a to your computer and use it in GitHub Desktop.
Save larkintuckerllc/ae12ac18efd1810f474488de1eda470a to your computer and use it in GitHub Desktop.
# Use postgres/example user/password credentials
version: '3.1'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: example
ports:
- "5432:5432"
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