Skip to content

Instantly share code, notes, and snippets.

@andrelsf
Created September 6, 2022 15:57
Show Gist options
  • Save andrelsf/dc46264331794cf80ca3b6ead64cc9f0 to your computer and use it in GitHub Desktop.
Save andrelsf/dc46264331794cf80ca3b6ead64cc9f0 to your computer and use it in GitHub Desktop.
version: "3.5"
services:
psql-beers:
image: postgres:13.3-alpine
hostname: postgresql-server
labels:
br.dev.multicode.author: "Andre Ferreira <andre.dev.linux@gmail.com>"
br.dev.multicode.license: "MIT"
expose:
- '5432'
ports:
- '5432:5432'
environment:
POSTGRES_USER: mcbeers
POSTGRES_PASSWORD: mcbeers
POSTGRES_DB: mcbeers
TZ: UTC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment