Created
January 16, 2021 14:52
-
-
Save gabrielponto/29c7b7206a0b290ef1885e4bf158e6e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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