Skip to content

Commit

Permalink
set jacs async env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoina committed Mar 3, 2020
1 parent 188ea69 commit 33ec009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/jacs/docker-compose-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ services:
- ${CONFIG_DIR}/api-gateway/content:/usr/local/openresty/nginx/html/external:ro
environment:
- JWT_SECRET=${JWT_SECRET_KEY}
- JACS_ASYNC_HOST=${JACS_ASYNC_HOST}
- JACS_ASYNC_PORT=${JACS_ASYNC_PORT}
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit 33ec009

Please sign in to comment.