epsg 0.11.1

EPSG Coordinate Reference System tools & data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '2.0'

services:

  db:
    image: postgres:9.6
    restart: always
    volumes:
      - ./database:/docker-entrypoint-initdb.d/
    environment:
      POSTGRES_PASSWORD: postgres
      POSTGRES_DB: "epsg"
    ports:
      - 5432:5432