Skip to content

Commit

Permalink
chore: fix postgres config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Feb 16, 2024
1 parent 64ca6f8 commit 18110b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
echo "ENVIRONMENT=${{ env.ENVIRONMENT }}" >> .env
# Expose API on port 9010
echo "API_EXPOSE=0.0.0.0:9010" >> .env
echo "POSTGRES_HOST=postgres" >> .env
# Expose PostgreSQL locally on port 5434
echo "POSTGRES_EXPOSE=127.0.0.1:5434" >> .env
- name: Create Docker volumes
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 18110b8

Please sign in to comment.