|
|
@ -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 |
|
|
|