old mode 100644
new mode 100755
| | |
| | | restart: on-failure |
| | | environment: |
| | | - TZ=Asia/Shanghai |
| | | |
| | | jeecg-boot-demo: |
| | | jeecg-boot-dry: |
| | | depends_on: |
| | | - jeecg-boot-nacos |
| | | build: |
| | | context: ./jeecg-demo-cloud-start |
| | | container_name: jeecg-demo-start |
| | | hostname: jeecg-boot-demo |
| | | context: ../jeecg-module-dry/jeecg-module-dry-start |
| | | container_name: jeecg-module-dry-start |
| | | hostname: jeecg-boot-dry |
| | | restart: on-failure |
| | | environment: |
| | | - TZ=Asia/Shanghai |
| | | |
| | | # jeecg-boot-demo: |
| | | # depends_on: |
| | | # - jeecg-boot-nacos |
| | | # build: |
| | | # context: ./jeecg-demo-cloud-start |
| | | # container_name: jeecg-demo-start |
| | | # hostname: jeecg-boot-demo |
| | | # restart: on-failure |
| | | # environment: |
| | | # - TZ=Asia/Shanghai |
| | | |
| | | jeecg-boot-gateway: |
| | | restart: on-failure |
| | | build: |