Skip to content
Snippets Groups Projects
docker-compose.yml 304 B
Newer Older
  • Learn to ignore specific revisions
  • version: "3"
    services:
      web:
        image: usgs/geomag-algorithms:latest
        environment:
          - EDGE_HOST=cwbpub.cr.usgs.gov
          - EDGE_PORT=2060
          - GEOMAG_WEBSERVICE_PORT=8000
    
        ports:
          - "8000:8000"
        entrypoint: /geomag-algorithms/bin/geomag_webservice.py