Fixed compose
Some checks reported warnings
Deploy dev on push / on-push-deploy_sh-edraft (push) Has been cancelled

This commit is contained in:
Sven Heidemann 2023-10-02 09:20:33 +02:00
parent 7e962e05f6
commit 33d6015088
2 changed files with 2 additions and 2 deletions

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: