Skip to content

Commit

Permalink
include necessary mappings for full gateways functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Jan 29, 2024
1 parent c00bafa commit 7562e3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/add-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ docker run \
-d \
-P \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/tyk.conf:/opt/tyk-gateway/tyk.conf \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/certs:/opt/tyk-gateway/certs \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/middleware:/opt/tyk-gateway/middleware \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/plugins:/opt/tyk-gateway/plugins \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/templates/error_401.json:/opt/tyk-gateway/templates/error_401.json \
-v $(pwd)/deployments/tyk/volumes/databases/GeoLite2-Country.mmdb:/opt/tyk-gateway/databases/GeoLite2-Country.mmdb \
--network tyk-demo_tyk \
tykio/tyk-gateway:v5.2.5

0 comments on commit 7562e3f

Please sign in to comment.