dev #392

Merged
edraft merged 14 commits from dev into master 2023-10-02 09:22:17 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 33d6015088 - Show all commits

View File

@ -6,7 +6,7 @@ volumes:
services:
kdb_bot_staging_1:
image: sh-edraft.de/kdb-bot:1.1.9
restart: on-failure
restart: unless-stopped
depends_on:
- kdb_db_staging_1
networks:

View File

@ -6,7 +6,7 @@ volumes:
services:
kdb_bot_prod_1:
image: sh-edraft.de/kdb-bot:1.1.9
restart: on-failure
restart: unless-stopped
depends_on:
- kdb_db_prod_1
networks: