3dcitydb/wfs

Sponsored OSS

By 3DCityDatabase

Updated 4 days ago

Image
1

2.3K

3D City Database Web Feature Service Docker images

Documentation

Synopsis

  docker run --name wfs [-d] -p 8080:8080 \
      [-e CITYDB_TYPE=postgresql|oracle] \
      [-e CITYDB_HOST=the.host.de] \
      [-e CITYDB_PORT=thePort] \
      [-e CITYDB_NAME=theDBName] \
      [-e CITYDB_SCHEMA=theCityDBSchemaName] \
      [-e CITYDB_USERNAME=theUsername] \
      [-e CITYDB_PASSWORD=theSecretPass] \
      [-e WFS_CONTEXT_PATH=wfs-context-path] \
      [-e WFS_ADE_EXTENSIONS_PATH=/path/to/ade-extensions/] \
      [-e WFS_CONFIG_FILE=/path/to/config.xml] \
      [-v /my/data/config.xml:/path/to/config.xml] \
    3dcitydb/wfs[:TAG]

Docker Pull Command

docker pull 3dcitydb/wfs