Fixed docker stacks
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m16s
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m16s
This commit is contained in:
parent
c73c6876b2
commit
7e962e05f6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user