Skip to content

Commit

Permalink
locla-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Jul 9, 2024
1 parent 7348cdb commit 2610be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ podman build -f backend/backend.containerfile --tag backend
# NOTE: add --network=host to test against a local containerized Horreum
podman run -d --name=back -p ${CPT_BACKEND_PORT}:8000 --network=host -v "${CPT_CONFIG}:/backend/ocpperf.toml:Z" localhost/backend

podman run -d --name=front --net=host -p ${CPT_FRONTEND_PORT}:3000 localhost/frontend
#podman run -d --name=front --net=host -p ${CPT_FRONTEND_PORT}:3000 localhost/frontend


0 comments on commit 2610be9

Please sign in to comment.