update gitea and portainer to restart for 1 minute before giving up

This commit is contained in:
2020-12-29 09:43:22 -05:00
parent 9fb5bc8237
commit a785c53b3c
3 changed files with 4 additions and 3 deletions

1
.idea/php.xml generated
View File

@@ -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>

View File

@@ -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

View File

@@ -25,7 +25,7 @@ services:
restart_policy:
condition: any
delay: 5s
max_attempts: 1
max_attempts: 12
update_config:
parallelism: 1
delay: 2s