-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
namechange service pygeoapi_test to pygeoapi - test version via branc…
…hing
- Loading branch information
Showing
15 changed files
with
59 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,6 @@ services: | |
expose: | ||
- "7080" | ||
|
||
environment: | ||
- SCRIPT_NAME=/ldproxy | ||
|
||
volumes: | ||
- ./data:/ldproxy/data | ||
|
||
|
This file contains 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 characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
version: '3.3' | ||
|
||
services: | ||
|
||
pygeoapi: | ||
|
||
image: geopython/pygeoapi:latest | ||
|
||
container_name: pygeoapi | ||
|
||
expose: | ||
- "80" | ||
|
||
# ports: | ||
# - "5000:80" | ||
|
||
environment: | ||
- SCRIPT_NAME=/pygeoapi | ||
|
||
volumes: | ||
# Map data and config into pygeoapi container | ||
- ./local.config.yml:/pygeoapi/local.config.yml | ||
- ./data:/pygeoapi/data | ||
|
||
labels: | ||
# Enable Traefik routing on overlay service network | ||
- "traefik.enable=true" | ||
- "traefik.docker.network=service-network" | ||
|
||
# SSL/https router | ||
- "traefik.http.routers.pygeoapi_https.rule=Host(`${TRAEFIK_SSL_DOMAIN}`) && PathPrefix(`/pygeoapi`)" | ||
- "traefik.http.routers.pygeoapi_https.entrypoints=https" | ||
- "traefik.http.routers.pygeoapi_https.tls=${TRAEFIK_USE_TLS}" | ||
- "traefik.http.routers.pygeoapi_https.tls.certresolver=${TRAEFIK_SSL_CERT_RESOLVER}" | ||
- "traefik.http.routers.pygeoapi_https.tls.options=my_default@file" | ||
- "traefik.http.routers.pygeoapi_https.middlewares=secure-headers@file" | ||
|
||
# local http router | ||
- "traefik.http.routers.pygeoapi_http.rule=Host(`localhost`) && PathPrefix(`/pygeoapi`)" | ||
- "traefik.http.routers.pygeoapi_http.entrypoints=http" | ||
|
||
networks: | ||
default: | ||
external: | ||
name: service-network |
This file contains 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 characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.