Skip to content
Draft
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ TRAEFIK_DASHBOARD_PORT_OUT=8080
MOSQUITTO_PORT_OUT=8087
TDD_PORT_OUT=8081

STACK_HOSTNAME="plugfest.thingweb.io"
BROKER_URI="plugfest.thingweb.io"
STACK_HOSTNAME="localhost"
BROKER_URI="localhost"
PORT=8087

# OAUTH & GITHUB FORWARD AUTH
OAUTH_SECRET=
OAUTH_SECRET=secret
GITHUB_AUTH_URL=https://github.com/login/oauth/authorize
GITHUB_TOKEN_URL=https://github.com/login/oauth/access_token
GITHUB_USER_URL=https://api.github.com/user
Expand All @@ -48,4 +48,4 @@ HC_RETRIES=3
HC_START_PERIOD=60s

# Use the local filepath in your computer
CONFIG_FILEPATH=""
CONFIG_FILEPATH="/Users/egekorkan/git/infrastructure/conf"
2 changes: 2 additions & 0 deletions docker-compose-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
- "--metrics.prometheus=true"
- "--metrics.prometheus.buckets=0.1,0.3,1.2,5.0"
- "--entrypoints.web.address=:${WEB_PORT_IN}"
- "--entryPoints.websecure.address=:443"
- "--certificatesresolvers.acmeresolver.acme.httpchallenge.entrypoint=web"
- "--entrypoints.modbus-elevator.address=:${MODBUS_ELEVATOR_PORT_IN}"
- "--entrypoints.coap-calculator-simple.address=:${COAP_SIMPLE_PORT_IN}/udp"
- "--entrypoints.coap-calculator-content-negotiation.address=:${COAP_NEGOTIATION_PORT_IN}/udp"
Expand Down