update gitea and portainer to restart for 1 minute before giving up
This commit is contained in:
1
.idea/php.xml
generated
1
.idea/php.xml
generated
@@ -5,4 +5,5 @@
|
|||||||
<PhpCSConfiguration standards="MySource;PEAR;PHPCS;PSR1;PSR2;Squiz;Zend" tool_path="$USER_HOME$/.composer/vendor/bin/phpcs" />
|
<PhpCSConfiguration standards="MySource;PEAR;PHPCS;PSR1;PSR2;Squiz;Zend" tool_path="$USER_HOME$/.composer/vendor/bin/phpcs" />
|
||||||
</phpcs_settings>
|
</phpcs_settings>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="PhpProjectSharedConfiguration" php_language_level="7.4" />
|
||||||
</project>
|
</project>
|
||||||
@@ -18,8 +18,8 @@ services:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
delay: "5s"
|
delay: "10s"
|
||||||
max_attempts: 3
|
max_attempts: 6
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
delay: 2s
|
delay: 2s
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
delay: 5s
|
delay: 5s
|
||||||
max_attempts: 1
|
max_attempts: 12
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
delay: 2s
|
delay: 2s
|
||||||
|
|||||||
Reference in New Issue
Block a user