♻️ Add the db_updater package

This commit is contained in:
2023-06-11 22:18:47 +02:00
parent 824536ddbe
commit 5e7f440b54
6 changed files with 687 additions and 35 deletions

View File

@@ -76,7 +76,9 @@ services:
- cassandra-schema
carrramba-encore-rate-api:
build: ./backend/
build:
context: ./backend/
dockerfile: Dockerfile.backend
environment:
- CONFIG_PATH=./config.local.yaml
- IDFM_API_KEY=set_your_idfm_key_here
@@ -84,6 +86,14 @@ services:
- "127.0.0.1:8080:8080"
carrramba-encore-rate-frontend:
build: ./frontend/
build:
context: ./frontend/
ports:
- "127.0.0.1:80:8081"
carrramba-encore-rate-db-updater:
build:
context: ./backend/
dockerfile: Dockerfile.db_updater
environment:
- CONFIG_PATH=./config.local.yaml