mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add doh-server
This commit is contained in:
@@ -306,6 +306,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] dask-notebook
|
- [x] dask-notebook
|
||||||
- [x] appbaseio/dejavu :mag:
|
- [x] appbaseio/dejavu :mag:
|
||||||
- [x] cachethq/docker
|
- [x] cachethq/docker
|
||||||
|
- [x] satishweb/doh-server
|
||||||
- [x] snowzach/doods
|
- [x] snowzach/doods
|
||||||
- [x] drone/drone
|
- [x] drone/drone
|
||||||
- [x] drupal
|
- [x] drupal
|
||||||
|
|||||||
2
doh-server/README.md
Normal file
2
doh-server/README.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
doh-server
|
||||||
|
==========
|
||||||
14
doh-server/docker-compose.yml
Normal file
14
doh-server/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
doh-server:
|
||||||
|
image: satishweb/doh-server
|
||||||
|
ports:
|
||||||
|
- "8053:8053"
|
||||||
|
environment:
|
||||||
|
- UPSTREAM_DNS_SERVER=udp:8.8.8.8:53
|
||||||
|
- DOH_HTTP_PREFIX=/dns-query
|
||||||
|
- DOH_SERVER_LISTEN=:8053
|
||||||
|
- DOH_SERVER_TIMEOUT=10
|
||||||
|
- DOH_SERVER_TRIES=3
|
||||||
|
- DOH_SERVER_VERBOSE=false
|
||||||
|
restart: unless-stopped
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: selenium/standalone-chrome:3.141.59-20210311
|
image: selenium/standalone-chrome:3.141.59
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user