Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Dec 12, 2023
1 parent 858c7d5 commit cda4b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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

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 cda4b2c

Please sign in to comment.