Skip to content

Commit

Permalink
Cleanup secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Fitzgerald committed Aug 13, 2024
1 parent a13fdf1 commit 7b4c3b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
environment:
- ENV=production
- DB_USER=postgres
- DB_PASS=cl0ser2g0d
- DB_HOST=192.168.1.56
- DB_PASS=PASS
- DB_HOST=HOST
- DB_PORT=5432
- DB_NAME=greatlakes
- DB_NAME=DB
- DB_SCHEMA=convoy

0 comments on commit 7b4c3b2

Please sign in to comment.