Skip to content

Commit

Permalink
no port
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Dec 12, 2023
2 parents 3e422ae + 6f7d1d5 commit 85c30de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ SECRET="vzqqEH6o5so_VGJZoLhrfdrH7Y7kvFe-7N2i3I3w314=п"
DB_NAME=HammyWallets
DB_USER=hamster
DB_PASSWORD=2003
DB_HOST=0.0.0.0
DB_HOST=db
DB_SSLMODE=disable
DB_PORT=5432

AUTH_ADDR=127.0.0.1:8010
ACCOUNT_ADDR=127.0.0.1:8020
CATEGORY_ADDR=127.0.0.1:8030
AUTH_ADDR=auth:8010
ACCOUNT_ADDR=account:8020
CATEGORY_ADDR=category:8030

SERVER_HOST=127.0.0.1
SERVER_PORT=8080
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
IMAGE_NAME: "hammywallet"
CONTAINER_NAME: "hammywallet-api"
FOLDER_COMPOSE: "production"

AUTH_CONTAINER: "hammywallet-auth"
ACCOUNT_CONTAINER: "hammywallet-account"
CATEGORY_CONTAINER: "hammywallet-category"
Expand Down
2 changes: 1 addition & 1 deletion local-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
image: postgres:latest
restart: always
env_file:
- .env
- .local.env
environment:
POSTGRES_DB: ${DB_NAME}
POSTGRES_USER: ${DB_USER}
Expand Down

0 comments on commit 85c30de

Please sign in to comment.