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 0d575ad commit 3bcadd8
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 @@ -53,7 +53,7 @@ services:
- pexels-api
image: 'fiendofsound/pexels-ui:main'
environment:
- API_URL=http://localhost:5256/
- API_URL=http://pexels-api:5256/
- PORT=5257
ports:
- "5257:5257"

0 comments on commit 3bcadd8

Please sign in to comment.