Skip to content

Commit

Permalink
Merge pull request #55 from K1nd4SUS/change-docker-ports-setup
Browse files Browse the repository at this point in the history
Change docker ports setup
  • Loading branch information
Fraccs authored Apr 20, 2024
2 parents 0de2754 + 672b13f commit bdf0c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ services:
cerbero-redis-stack:
condition: service_healthy
ports:
- 8080:${API_PORT}
- 6969:${SOCKET_PORT}
- 127.0.0.1:6969:${SOCKET_PORT}
env_file:
- .env

Expand Down
2 changes: 1 addition & 1 deletion web/frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http {
}

location /api/ {
proxy_pass http://cerbero-backend:8080;
proxy_pass http://cerbero-backend;
}
}
}
Expand Down

0 comments on commit bdf0c13

Please sign in to comment.