Skip to content

Commit

Permalink
chore: fix redis port in staging/prod
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Jan 17, 2024
1 parent 14d4fce commit 9c98880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
echo "SEARCH_EXPOSE=8180" >> .env
echo "ES_VUE_EXPOSE=8181" >> .env
echo "REDIS_HOST=redis" >> .env
echo "REDIS_PORT=8182" >> .env
echo "REDIS_PORT=6379" >> .env
echo "MEM_LIMIT=4294967296" >> .env
# this is the network shared with productopener
echo "COMMON_NET_NAME=${{ env.COMMON_NET_NAME }}">> .env
Expand Down

0 comments on commit 9c98880

Please sign in to comment.