Skip to content

Commit

Permalink
fix: regarding #35 update environment settings for the server
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperj committed Oct 16, 2024
1 parent 6db330b commit 87ed063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ services:
- .env
environment:
API_URL: "http://asgard-api:3000"
MQTT_BROKER: "mqtt"
ACADEMIC_YEAR_START_DATE: ${ACADEMIC_YEAR_START_DATE}
BOT_USER: ${BOT_USER}
BOT_PASS: ${BOT_PASS}
volumes:
- ./jobs/data:/app/data
depends_on:
- asgard-api
- mqtt

asgard-api:
build: ./api
Expand Down
2 changes: 1 addition & 1 deletion jobs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asgard-jobs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Job runner for the asgard system",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 87ed063

Please sign in to comment.