mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-02-22 09:12:18 +00:00
11 lines
225 B
YAML
11 lines
225 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
bmlapi-proxy:
|
|
build: .
|
|
image: git.shihaam.dev/shihaam/bmlapi-proxy:latest
|
|
hostname: bmlapi-proxy
|
|
ports:
|
|
- 3030:3030
|
|
restart: always
|