Fixed docker compose
This commit is contained in:
parent
1d3809c986
commit
a84e77e055
@ -5,7 +5,7 @@ volumes:
|
||||
|
||||
services:
|
||||
kdb_bot_staging_1:
|
||||
image: sh-edraft.de/kdb-bot:1.1.7
|
||||
image: sh-edraft.de/kdb-bot:1.1.8
|
||||
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.7
|
||||
image: sh-edraft.de/kdb-web:1.1.8
|
||||
container_name: kdb_web_staging_1
|
||||
depends_on:
|
||||
- kdb_bot_staging_1
|
||||
|
@ -5,7 +5,7 @@ volumes:
|
||||
|
||||
services:
|
||||
kdb_bot_prod_1:
|
||||
image: sh-edraft.de/kdb-bot:1.1.7
|
||||
image: sh-edraft.de/kdb-bot:1.1.8
|
||||
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.7
|
||||
image: sh-edraft.de/kdb-web:1.1.8
|
||||
depends_on:
|
||||
- kdb_bot_prod_1
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user