custom #1

Open
huangzhenpc wants to merge 9 commits from custom into main
Showing only changes of commit f7a5cee262 - Show all commits

View File

@@ -9,7 +9,16 @@ services:
# Sub2API Application
# ===========================================================================
sub2api:
image: weishaw/sub2api:latest
# 方式1使用官方镜像快速部署
# image: weishaw/sub2api:latest
# 方式2从本地代码构建二次开发
build:
context: ../
dockerfile: Dockerfile
args:
- BUILD_TAGS=embed
image: sub2api:local
container_name: sub2api
restart: unless-stopped
ulimits: