Skip to content

Instantly share code, notes, and snippets.

@neogeogre
Last active February 16, 2023 16:21
Show Gist options
  • Select an option

  • Save neogeogre/a0cf16fa66b58cde6e476ed01ef7683b to your computer and use it in GitHub Desktop.

Select an option

Save neogeogre/a0cf16fa66b58cde6e476ed01ef7683b to your computer and use it in GitHub Desktop.

Revisions

  1. neogeogre revised this gist Feb 16, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion docker-compose-postgis.yml
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,6 @@ services:
    - POSTGRES_PASSWORD=demo
    - POSTGRES_DB=demo
    ports:
    - '5432:5432'
    - '5432:5432'
    extra_hosts:
    - "host.docker.internal:host-gateway"
  2. neogeogre renamed this gist Dec 14, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. neogeogre created this gist Dec 14, 2021.
    11 changes: 11 additions & 0 deletions docker-compose-postgres.yml
    Original 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'