Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the docker development environment variables #87

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker-compose-develop.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
develop:
extends:
file: base.yml
service: base
build: .
ports:
- "35737:35729"
- "3603:3603"
container_name: gfw-umd-forest-api-develop
environment:
PORT: 3603
NODE_ENV: dev
NODE_PATH: app/src
ENVIRONMENT: dev
DEBUG: "True"
CT_URL: http://mymachine:9000
CT_TOKEN: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Im1pY3Jvc2VydmljZSIsImNyZWF0ZWRBdCI6IjIwMTYtMDktMTQifQ.IRCIRm1nfIQTfda_Wb6Pg-341zhV8soAgzw7dd5HxxQ
LOCAL_URL: http://mymachine:3600
LOCAL_URL: http://mymachine:3603
API_GATEWAY_URL: http://mymachine:9000
EE_PRIVATE_KEY: ${EE_PRIVATE_KEY}
CARTODB_USER: ${CARTODB_USER}
Expand Down