mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 11:58:44 +08:00
9 lines
388 B
YAML
9 lines
388 B
YAML
- name: wait for {{appname}} start
|
|
wait_for:
|
|
port: "{{nginx_reverse_proxy_port}}"
|
|
delay: 10
|
|
timeout: 120
|
|
|
|
- name: Check {{appname}} Version
|
|
shell: sudo echo "DiscuzQ version $(docker exec -it discuzq bash -c 'grep -rn "const VERSION =" /var/www/discuz/vendor/discuz/core/src/Foundation/Application.php | awk "{print \$5}" | tr -d ";"')" 1>> /data/logs/install_version.txt
|