Last active
February 16, 2023 16:21
-
-
Save neogeogre/a0cf16fa66b58cde6e476ed01ef7683b to your computer and use it in GitHub Desktop.
Revisions
-
neogeogre revised this gist
Feb 16, 2023 . 1 changed file with 3 additions and 1 deletion.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 @@ -8,4 +8,6 @@ services: - POSTGRES_PASSWORD=demo - POSTGRES_DB=demo ports: - '5432:5432' extra_hosts: - "host.docker.internal:host-gateway" -
neogeogre renamed this gist
Dec 14, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
neogeogre created this gist
Dec 14, 2021 .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: postgis: image: postgis/postgis:12-3.1 restart: always environment: - POSTGRES_USER=demo - POSTGRES_PASSWORD=demo - POSTGRES_DB=demo ports: - '5432:5432'