修改cicd为gitea action,简化操作

This commit is contained in:
编码猿
2025-10-07 00:59:16 +08:00
parent 7fb0f60ec0
commit cb8f7a4682
12 changed files with 235 additions and 128 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
app-product:
build:
context: ..
dockerfile: docker/Dockerfile
image: registry.bmycode.help/app-product:latest
container_name: app-product
ports:
- "1301:80"
restart: unless-stopped