| | |
| | | ipv4_address: 172.30.0.54 |
| | | |
| | | ruoyi-server1: |
| | | image: "ruoyi/ruoyi-server:3.1.0" |
| | | image: "ruoyi/ruoyi-server:3.2.0" |
| | | container_name: ruoyi-server1 |
| | | environment: |
| | | # 时区上海 |
| | |
| | | ipv4_address: 172.30.0.60 |
| | | |
| | | ruoyi-server2: |
| | | image: "ruoyi/ruoyi-server:3.1.0" |
| | | image: "ruoyi/ruoyi-server:3.2.0" |
| | | container_name: ruoyi-server2 |
| | | environment: |
| | | # 时区上海 |
| | |
| | | ipv4_address: 172.30.0.61 |
| | | |
| | | ruoyi-monitor-admin: |
| | | image: "ruoyi/ruoyi-monitor-admin:3.1.0" |
| | | image: "ruoyi/ruoyi-monitor-admin:3.2.0" |
| | | container_name: ruoyi-monitor-admin |
| | | environment: |
| | | # 时区上海 |
| | | TZ: Asia/Shanghai |
| | | volumes: |
| | | # 配置文件 |
| | | - /docker/monitor/logs/:/ruoyi/monitor/logs |
| | | privileged: true |
| | | restart: always |
| | | networks: |
| | | ruoyi_net: |
| | | ipv4_address: 172.30.0.90 |
| | | |
| | | ruoyi-xxl-job-admin: |
| | | image: "ruoyi/ruoyi-xxl-job-admin:3.2.0" |
| | | container_name: ruoyi-xxl-job-admin |
| | | environment: |
| | | # 时区上海 |
| | | TZ: Asia/Shanghai |
| | | volumes: |
| | | # 配置文件 |
| | | - /docker/xxljob/logs/:/ruoyi/xxljob/logs |
| | | privileged: true |
| | | restart: always |
| | | networks: |
| | | ruoyi_net: |
| | | ipv4_address: 172.30.0.92 |
| | | |
| | | networks: |
| | | ruoyi_net: |
| | | driver: bridge |