Commit 058ebb8 1 parent 33c5fdc commit 058ebb8 Copy full SHA for 058ebb8
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This is a demo of integration with a third party image search provider Pexels
50
50
```
51
51
git clone git@github.com:danilaplee/next-nest.git
52
52
cd next-next
53
- PEXELS_API_KEY='paste-your-apikey' REDIS_VOLUME_PATH='/var/opt/redis' REDIS_PASSWORD='yourpassword123' docker compose up
53
+ PEXELS_API_KEY='paste-your-apikey' REDIS_VOLUME_PATH='/var/opt/redis PUBLIC_API_URL='http://localhost:5256/ ' REDIS_PASSWORD='yourpassword123' docker compose up
54
54
open http://localhost:5257
55
55
```
56
56
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
51
51
image : ' fiendofsound/pexels-ui:main'
52
52
environment :
53
53
- SSR_API_URL=http://pexels-api:5256/
54
- - PUBLIC_API_URL=http://localhost:5256/
54
+ - PUBLIC_API_URL=${PUBLIC_API_URL}
55
55
- PORT=5257
56
56
ports :
57
57
- " 5257:5257"
You can’t perform that action at this time.
0 commit comments