bml-proxy/docker-compose.yml

11 lines
225 B
YAML
Raw Permalink Normal View History

2022-09-24 03:47:01 +05:00
version: '3.5'
services:
#########################
bmlapi-proxy:
build: .
2022-09-24 16:04:44 +05:00
image: git.shihaam.dev/shihaam/bmlapi-proxy:latest
2023-05-30 23:02:04 +05:00
hostname: bmlapi-proxy
2022-09-24 03:47:01 +05:00
ports:
- 3030:3030
restart: always