Skip to content

Instantly share code, notes, and snippets.

@gabrielponto
Created January 16, 2021 14:52
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 gabrielponto/29c7b7206a0b290ef1885e4bf158e6e7 to your computer and use it in GitHub Desktop.
Save gabrielponto/29c7b7206a0b290ef1885e4bf158e6e7 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
postgres:
image: postgres:12.3
restart: always
environment:
POSTGRES_USER: gabriel
POSTGRES_DB: contabo
POSTGRES_PASSWORD: Contabo2019!Gabriel
volumes:
- ./data:/var/lib/postgresql/data
networks:
default:
external:
name: postgres-network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment