Created
October 14, 2019 17:06
-
-
Save matheusnascgomes/6a9bf26acbdbf5fe9fde3133c1f9b06c to your computer and use it in GitHub Desktop.
Revisions
-
matheusnascgomes created this gist
Oct 14, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ version: '3.7' services: postgres: image: postgres:10.10-alpine container_name: postgres ports: - 5432:5432 volumes: - ./postgres-data:/var/lib/postgresql/data restart: always