mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-04-20 01:27:06 +00:00
13 lines
279 B
YAML
13 lines
279 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
bmlapi-proxy:
|
|
build: .
|
|
image: git.shihaam.dev/shihaam/bmlapi-proxy:latest
|
|
hostname: bmlapi-proxy
|
|
ports:
|
|
- 3030:3030
|
|
environment:
|
|
- CURL_IMPERSONATE=chrome101
|
|
restart: always
|