Commit f40fdadb authored by 吴文龙's avatar 吴文龙

fix

parent 3d3cbb0f
......@@ -3,10 +3,6 @@ services:
htwin-maneger:
image: 47.110.145.204:8084/huansiyl/ui/hs-sdhl-front-maneger:latest
container_name: htwin-maneger
environment:
- CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
volumes:
- ./maneger-conf/nginx.conf:/etc/nginx/nginx.conf
ports:
- "8522:80"
restart: always
\ No newline at end of file
......@@ -3,10 +3,6 @@ services:
htwin-web:
image: 47.110.145.204:8084/huansiyl/ui/hs-sdhl-front:latest
container_name: htwin-web
environment:
- CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
volumes:
- ./web-conf/nginx.conf:/etc/nginx/nginx.conf
ports:
- "8521:80"
restart: always
\ No newline at end of file
#!/bin/bash
files_path="-f docker-compose-dbapi.yml -f docker-compose-maneger.yml -f docker-compose-web.yml"
docker-compose $files_path pull $@
docker-compose $files_path up -d --no-deps --build $@
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