Fixed docker stacks
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m16s

This commit is contained in:
Sven Heidemann 2023-10-02 08:48:25 +02:00
parent c73c6876b2
commit 7e962e05f6
2 changed files with 2 additions and 10 deletions

View File

@ -6,6 +6,7 @@ volumes:
services:
kdb_bot_staging_1:
image: sh-edraft.de/kdb-bot:1.1.9
restart: on-failure
depends_on:
- kdb_db_staging_1
networks:
@ -29,11 +30,6 @@ services:
reservations:
cpus: "0.5"
memory: 1024M
restart_policy:
condition: on-failure
delay: 3s
max_attempts: 3
window: 60s
kdb_web_staging_1:
image: sh-edraft.de/kdb-web:1.1.9

View File

@ -6,6 +6,7 @@ volumes:
services:
kdb_bot_prod_1:
image: sh-edraft.de/kdb-bot:1.1.9
restart: on-failure
depends_on:
- kdb_db_prod_1
networks:
@ -28,11 +29,6 @@ services:
reservations:
cpus: "0.5"
memory: 1024M
restart_policy:
condition: on-failure
delay: 3s
max_attempts: 3
window: 60s
kdb_web_prod_1:
image: sh-edraft.de/kdb-web:1.1.9