Browse Source

fix: 🐛 添加部署是需要的配置,但是注释掉,调试时不需要

zgx
愿您有个好心情 2 years ago
parent
commit
c94dd78a17
  1. 6
      docker-compose.yml

6
docker-compose.yml

@ -2,13 +2,18 @@ version: '2'
services:
military-system:
build: service
# image: military_zgx_system:2023.2.10
image: military_zgx_system
container_name: military_zgx_system
restart: on-failure
# volumes:
# - E:\opt:/data:rw
# - D:\deploy\application-prod.yml:/military/config/application-prod.yml:ro
ports:
- 8049:8049
military-web:
build: web
# image: military_zgx_system_web:2023.2.10
image: military_zgx_system_web
container_name: military_zgx_system_web
restart: on-failure
@ -16,6 +21,7 @@ services:
- 3001:3001
area-web:
build: area-security-web
# image: military_zgx_area_web:2023.2.10
image: military_zgx_area_web
container_name: military_zgx_area_web
restart: on-failure

Loading…
Cancel
Save