Skip to content

Commit

Permalink
Merge pull request #71 from DataDog/ccole/compose-file-update
Browse files Browse the repository at this point in the history
Use only core services in default compose file
  • Loading branch information
arosenkranz authored Apr 16, 2024
2 parents 2fd70fa + fa451c4 commit 83da12c
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 140 deletions.
6 changes: 3 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ADS_PORT=7676
ADS_PORT=3030
DISCOUNTS_PORT=2814
AUTH_PORT=7578
DBM_PORT=7595
Expand All @@ -20,12 +20,12 @@ NEXT_PUBLIC_SPREE_CLIENT_HOST=http://localhost:4000
NEXT_PUBLIC_SPREE_IMAGE_HOST=http://localhost:4000
NEXT_PUBLIC_SPREE_ALLOWED_IMAGE_DOMAIN=localhost
# for local development (on localhost)
NEXT_PUBLIC_ADS_PORT=7676
NEXT_PUBLIC_ADS_PORT=3030
NEXT_PUBLIC_DISCOUNTS_PORT=2814
NEXT_PUBLIC_ADS_ROUTE="http://localhost"
NEXT_PUBLIC_DISCOUNTS_ROUTE="http://localhost"
# for labs/public use
NEXT_PUBLIC_ADS_URL_FULL="http://localhost:7676"
NEXT_PUBLIC_ADS_URL_FULL="http://localhost:3030"
NEXT_PUBLIC_DISCOUNTS_URL_FULL="http://localhost:2814"

NEXT_PUBLIC_DD_APPLICATION_ID=""
Expand Down
136 changes: 0 additions & 136 deletions deploy/docker-compose/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 83da12c

Please sign in to comment.