Files
app-shared/docker-compose.yml
编码猿 b366042213
Some checks failed
build and push / build-and-push (push) Failing after 4m37s
1333
2025-10-07 20:33:15 +08:00

14 lines
247 B
YAML

version: "3.8"
services:
app-product:
build:
context: ..
dockerfile: docker/Dockerfile
image: registry.bmycode.help/app-shared:latest
container_name: app-product
ports:
- "1333:80"
restart: unless-stopped