Skip to content

Commit a963fe1

Browse files
- fix: Change postgres host
1 parent ebb1b7d commit a963fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--network pattern_core_network \
6464
-p 5001:3000 \
6565
-e OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \
66-
-e POSTGRES_HOST=postgres \
66+
-e POSTGRES_HOST=api-postgres-1 \
6767
-e POSTGRES_PORT=5432 \
6868
-e POSTGRES_DB=pattern-core \
6969
-e POSTGRES_USERNAME=${{ secrets.POSTGRES_USERNAME }} \

0 commit comments

Comments
 (0)