mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-02-23 01:32:14 +00:00
12 lines
250 B
YAML
12 lines
250 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
bmlapi-proxy:
|
|
build: .
|
|
image: git.shihaam.dev/shihaam/bmlapi-proxy:latest
|
|
ports:
|
|
- 3030:3030
|
|
environment:
|
|
- CURL_IMPERSONATE=chrome101
|
|
restart: always
|