8.7 部署-1

This commit is contained in:
zhangsan 2025-08-07 16:44:49 +08:00
parent 71690bfac5
commit 0f23ef41c7
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
version: '3.8'
networks:
group-buy-network:
external: true
services:
pay-mall:
build:
context: ../../..
dockerfile: pay-mall-app/Dockerfile
image: smile/pay-mall:latest
container_name: pay-mall
restart: on-failure
ports:
- '8092:8092'
environment:
- TZ=Asia/Shanghai
- SPRING_PROFILES_ACTIVE=prod,local
networks:
- group-buy-network