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" />
|
||||
</phpcs_settings>
|
||||
</component>
|
||||
<component name="PhpProjectSharedConfiguration" php_language_level="7.4" />
|
||||
</project>
|
||||
@@ -18,8 +18,8 @@ services:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: "5s"
|
||||
max_attempts: 3
|
||||
delay: "10s"
|
||||
max_attempts: 6
|
||||
update_config:
|
||||
parallelism: 1
|
||||
delay: 2s
|
||||
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
max_attempts: 1
|
||||
max_attempts: 12
|
||||
update_config:
|
||||
parallelism: 1
|
||||
delay: 2s
|
||||
|
||||
Reference in New Issue
Block a user