Skip to content

Commit

Permalink
feat: split microservice deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
danilaplee committed Jan 22, 2025
1 parent 35056a9 commit ec68de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- pexels-api
image: 'fiendofsound/pexels-ui:main'
environment:
- SSR_API_URL=http://pexels-api:5256/
- SSR_API_URL=${PUBLIC_API_URL}
- PUBLIC_API_URL=${PUBLIC_API_URL}
- PORT=5257
ports:
Expand Down

0 comments on commit ec68de0

Please sign in to comment.