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: services:
kdb_bot_staging_1: kdb_bot_staging_1:
image: sh-edraft.de/kdb-bot:1.1.9 image: sh-edraft.de/kdb-bot:1.1.9
restart: on-failure restart: unless-stopped
depends_on: depends_on:
- kdb_db_staging_1 - kdb_db_staging_1
networks: networks:

View File

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