aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 23008a9..f60b052 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -14,6 +14,13 @@ services:
entrypoint: ["/icanhazallips/icanhazallips"]
cap_drop:
- ALL
+ environment:
+ - APP_ADDR=:8080
+ - APP_CONTEXT_TIMEOUT=10
+ - APP_READ_HEADER_TIMEOUT=3
+ - APP_READ_TIMEOUT=5
+ - APP_WRITE_TIMEOUT=5
+ - APP_IDLE_TIMEOUT=5
networks:
mainnet:
driver: bridge