Fixed docker stuff to work

This commit is contained in:
2022-10-03 04:39:00 +02:00
parent 676d718fc2
commit 1a8c74d9e0
6 changed files with 66 additions and 5 deletions

View File

@@ -1,11 +1,17 @@
version: "3.9"
volumes:
kdb_prod_1:
kdb_staging_1:
services:
kdb_prod_1:
image: kdb
container_name: kdb_1
container_name: kdb_prod_1
depends_on:
- kdb_db_1
volumes:
- kdb_prod_1:/app
environment:
KDB_ENVIRONMENT: "production"
KDB_TOKEN: ""
@@ -14,9 +20,11 @@ services:
kdb_staging_1:
image: kdb
container_name: kdb_1
container_name: kdb_staging_1
depends_on:
- kdb_db_1
volumes:
- kdb_staging_1:/app
environment:
KDB_ENVIRONMENT: "staging"
KDB_TOKEN: ""