first commit
Some checks failed
build and push / build-and-push (push) Has been cancelled

This commit is contained in:
编码猿
2025-10-07 03:17:55 +08:00
commit b77e36a178
83 changed files with 6356 additions and 0 deletions

13
docker-compose.yml Normal file
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