Commit 4a1d3a8c authored by chonghaohao's avatar chonghaohao

fix

parent ecd7e7e3
Pipeline #106310 canceled with stages
File added
version: '3'
services:
htwin-dbapi:
image: 47.110.145.204:8084/huansiyl/htwin/db-api:3.1.1
container_name: htwin-dbapi
environment:
- DB_URL=jdbc:mysql://121.41.94.47:3306/htwin_dbapi?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8
- DB_USERNAME=root
- DB_PASSWORD=huansi.net
- DB_DRIVER=com.mysql.cj.jdbc.Driver
- IOT_TWINBORN_FILE_LOCATION=/upload
volumes:
- ./upload:/upload
ports:
- "8520:8520"
version: '3'
services:
htwin-dbapi:
image: 47.110.145.204:8084/huansiyl/ui/hs-sdhl-front-maneger:latest
container_name: htwin-maneger
environment:
- CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
volumes:
- ./upload:/upload
ports:
- "8521:80"
\ No newline at end of file
version: "3"
services:
mysql8:
image: mysql:8.0.26
restart: always
container_name: mysql8
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: 'huansi.net'
volumes:
- "./mysql:/var/lib/mysql"
networks:
- huansi_nets
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment