Skip to content

Commit

Permalink
move UI to port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Nov 23, 2023
1 parent f111329 commit 7f9aabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ services:
context: .
dockerfile: stacks/peerdb-ui.Dockerfile
ports:
- 3001:3000
- 3000:3000
environment:
<<: *catalog-config
DATABASE_URL: postgres://postgres:postgres@catalog:5432/postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ services:
container_name: peerdb-ui
image: ghcr.io/peerdb-io/peerdb-ui:latest-dev
ports:
- 3001:3000
- 3000:3000
environment:
<<: *catalog-config
DATABASE_URL: postgres://postgres:postgres@catalog:5432/postgres
Expand Down

0 comments on commit 7f9aabc

Please sign in to comment.