Fixed compose
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m17s

This commit is contained in:
Sven Heidemann 2023-10-03 11:04:33 +02:00
parent c7f5ab0161
commit 0e2b7d03fc
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ volumes:
services:
kdb_bot_staging_1:
image: sh-edraft.de/kdb-bot:1.1.9
image: sh-edraft.de/kdb-bot:1.1.10
restart: unless-stopped
depends_on:
- kdb_db_staging_1
@ -32,7 +32,7 @@ services:
memory: 1024M
kdb_web_staging_1:
image: sh-edraft.de/kdb-web:1.1.9
image: sh-edraft.de/kdb-web:1.1.10
depends_on:
- kdb_bot_staging_1
networks:

View File

@ -5,7 +5,7 @@ volumes:
services:
kdb_bot_prod_1:
image: sh-edraft.de/kdb-bot:1.1.9
image: sh-edraft.de/kdb-bot:1.1.10
restart: unless-stopped
depends_on:
- kdb_db_prod_1
@ -31,7 +31,7 @@ services:
memory: 1024M
kdb_web_prod_1:
image: sh-edraft.de/kdb-web:1.1.9
image: sh-edraft.de/kdb-web:1.1.10
depends_on:
- kdb_bot_prod_1
networks: