Skip to content

Commit

Permalink
fix: fix production redis host
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Jan 17, 2024
1 parent e9021a3 commit 14d4fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
echo "CLUSTER_NAME=${{ matrix.env }}-es-cluster" >> .env
echo "SEARCH_EXPOSE=8180" >> .env
echo "ES_VUE_EXPOSE=8181" >> .env
echo "REDIS_HOST=redis" >> .env
echo "REDIS_PORT=8182" >> .env
echo "MEM_LIMIT=4294967296" >> .env
# this is the network shared with productopener
Expand Down

0 comments on commit 14d4fce

Please sign in to comment.