Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 5, 2023
1 parent a8a1578 commit 33c5500
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3.2'

services:
connect:
image: connect
build: .
ports:
- "3000:80"
environment:
COMMA_URL_ROOT: https://api.comma.ai/
ATHENA_URL_ROOT: https://athena.comma.ai/
BILLING_URL_ROOT: https://billing.comma.ai/
USERADMIN_URL_ROOT: https://useradmin.comma.ai/
SENTRY_ENV: connect-development

0 comments on commit 33c5500

Please sign in to comment.