Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fabric.properties
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
#*.out

# Dependency directories (remove the comment below to include it)
# vendor/
Expand Down Expand Up @@ -186,4 +186,4 @@ server/server
*.db
dist/

*.sqlite
*.sqlite
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ services:
image: oryd/keto:v0.9.0-alpha.0
ports:
- "4466:4466" # read
- "4467:4467" # write
- "4467:4467" # write
- "4468:4468" # metric
environment:
- LOG_LEVEL=debug
Expand Down Expand Up @@ -253,7 +253,7 @@ services:
- KAVACH_KETO_READ_API_URL=http://keto:4466
- KAVACH_KETO_WRITE_API_URL=http://keto:4467
- KAVACH_KRATOS_ADMIN_URL=http://kratos:4434
- KAVACH_KRATOS_PUBLIC_URL=http://kratos:4433
- KAVACH_KRATOS_PUBLIC_URL=http://kratos:4433
- KAVACH_MODE=development
- KAVACH_USE_SQLITE=false
- KAVACH_SQLITE_DB_PATH=kavach.db
Expand Down Expand Up @@ -297,7 +297,7 @@ services:
- KAVACH_KETO_READ_API_URL=http://keto:4466
- KAVACH_KETO_WRITE_API_URL=http://keto:4467
- KAVACH_KRATOS_ADMIN_URL=http://kratos:4434
- KAVACH_KRATOS_PUBLIC_URL=http://kratos:4433
- KAVACH_KRATOS_PUBLIC_URL=http://kratos:4433
- KAVACH_MODE=development
- KAVACH_USE_SQLITE=false
- KAVACH_SQLITE_DB_PATH=kavach.db
Expand Down Expand Up @@ -328,7 +328,7 @@ services:
target: /app/public/config.js

environment:
- PUBLIC_URL=http://127.0.0.1:4455/.factly/kavach/web
- PUBLIC_URL=http://127.0.0.1:4455/.factly/kavach/web
- REACT_APP_PUBLIC_URL='http://127.0.0.1:4455/.factly/kavach/web';
- REACT_APP_KAVACH_TITLE='FACTLY';
- REACT_APP_COMPANION_URL='http://127.0.0.1:3020';
Expand All @@ -338,7 +338,7 @@ services:
- REACT_APP_DISABLE_REGISTRATION=false;
- REACT_APP_REDIRECT_SINGLE_APPLICATION_USERS=true;
- REACT_APP_LOGO_URL='https://images.factly.in/login/applications/logos/factly.png?rs:fill/h:60';
- REACT_APP_ENABLE_IMGPROXY=false;
- REACT_APP_ENABLE_IMGPROXY=false;
restart: unless-stopped
networks:
- dega
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion studio/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ server {
root /usr/share/nginx/html;
}

}
}
Loading