mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-06-29 11:44:05 +00:00
Dockerfile
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
#########################
|
||||
bmlapi-proxy:
|
||||
build: .
|
||||
image: bmlapi-proxy
|
||||
ports:
|
||||
- 3030:3030
|
||||
environment:
|
||||
- CURL_IMPERSONATE=chrome101
|
||||
- LD_PRELOAD=/usr/lib/libcurl-impersonate-chrome.so
|
||||
restart: always
|
Reference in New Issue
Block a user