Develop/pass deploy (#22)

Prepare to deploy service
This commit is contained in:
Krzysztof Dryś 2024-01-08 21:15:01 +01:00 committed by GitHub
parent aa3f53f14c
commit 1413d107b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

2
.env
View File

@ -14,4 +14,4 @@ SECURITY_RATE_LIMIT_IP=1000
SECURITY_RATE_LIMIT_BE=100
SECURITY_RATE_LIMIT_MOBILE=100
PASS_ADDR=:8084
PASS_ADDR=:8082

View File

@ -35,4 +35,4 @@ tests-e2e: ## run end to end tests
vendor-licenses: ## report vendor licenses
go-licenses report ./cmd/api --template licenses.tpl > licenses.json 2> licenses-errors
go-licenses report ./cmd/api --template licenses.tpl > licenses.json 2> licenses-errors

View File

@ -1,5 +1,5 @@
package config
type PassConfig struct {
Addr string `envconfig:"PASS_ADDR" default:":8084"`
Addr string `envconfig:"PASS_ADDR" default:":8082"`
}

View File

@ -89,7 +89,7 @@ services:
group_add:
- '1000'
ports:
- "8084:8084"
- "8084:8082"
env_file:
- .env