Compare commits

..

No commits in common. "8b277a2d193b63bbcf243e45d5d6bd2cff69321a" and "892c983e1e022389e55d783f1c417f138c5554f9" have entirely different histories.

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.8
image: sh-edraft.de/kdb-bot:1.1.7
container_name: kdb_bot_staging_1
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.8
image: sh-edraft.de/kdb-web:1.1.7
container_name: kdb_web_staging_1
depends_on:
- kdb_bot_staging_1

View File

@ -5,7 +5,7 @@ volumes:
services:
kdb_bot_prod_1:
image: sh-edraft.de/kdb-bot:1.1.8
image: sh-edraft.de/kdb-bot:1.1.7
depends_on:
- kdb_db_prod_1
networks:
@ -30,7 +30,7 @@ services:
memory: 1024M
kdb_web_prod_1:
image: sh-edraft.de/kdb-web:1.1.8
image: sh-edraft.de/kdb-web:1.1.7
depends_on:
- kdb_bot_prod_1
networks: