Files
app-product/docker-compose.yml
编码猿 b77e36a178
Some checks failed
build and push / build-and-push (push) Has been cancelled
first commit
2025-10-07 03:17:55 +08:00

14 lines
248 B
YAML

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