You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
516 B
23 lines
516 B
version: '2'
|
|
services:
|
|
military-system:
|
|
build: service
|
|
image: military_zgx_system
|
|
container_name: military_zgx_system
|
|
restart: on-failure
|
|
ports:
|
|
- 8049:8049
|
|
military-web:
|
|
build: web
|
|
image: military_zgx_system_web
|
|
container_name: military_zgx_system_web
|
|
restart: on-failure
|
|
ports:
|
|
- 3001:3001
|
|
area-web:
|
|
build: area-security-web
|
|
image: military_zgx_area_web
|
|
container_name: military_zgx_area_web
|
|
restart: on-failure
|
|
ports:
|
|
- 3000:3000
|