Skip to content

Commit

Permalink
Fix neucore URL in docker-compose.yml and add remaining group env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-johnson committed May 5, 2024
1 parent b2c1fb3 commit 14f4f75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ services:
SSO_CLIENT_SECRET:
SSO_REDIRECT_URI: "http://localhost:3000/auth/callback"
SLACK_TOKEN:
CORE_URL:
CORE_URL: "http://neucore/api"
CORE_APP_ID:
CORE_APP_TOKEN:
GROUPS_PING:
GROUPS_READ_EVENTS:
GROUPS_ADD_EVENTS:
GROUPS_EDIT_EVENTS:
GROUPS_WRITE_PING_TEMPLATES:
labels:
traefik.enable: "true"
traefik.http.routers.pingboard-backend.entrypoints: web
Expand Down

0 comments on commit 14f4f75

Please sign in to comment.