mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 09:48:38 +08:00
Update install.yml
This commit is contained in:
parent
cc004fb2ea
commit
82c9755330
@ -41,6 +41,13 @@
|
|||||||
include_tasks: roles/{{app}}/tasks/pre.yml
|
include_tasks: roles/{{app}}/tasks/pre.yml
|
||||||
when: pre_exists.status is defined and pre_exists.status == 200
|
when: pre_exists.status is defined and pre_exists.status == 200
|
||||||
|
|
||||||
|
|
||||||
|
- name: If this port in use, add a new port for this app
|
||||||
|
shell: |
|
||||||
|
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/auto_addport.sh
|
||||||
|
bash auto_addport.sh
|
||||||
|
when: app != appname
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Docker compose up
|
- name: Docker compose up
|
||||||
shell: |
|
shell: |
|
||||||
|
Loading…
Reference in New Issue
Block a user