Skip to content

Commit

Permalink
move frontent database explorer out of application
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Nov 15, 2024
1 parent 945682d commit e622128
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ services:
frontend-database-explorer-postgres:
container_name: frontend-database-explorer-postgres
build:
context: ./../application/frontend-database-explorer
context: docker-build/frontend-database-explorer
args:
- DB_TYPE=postgres
- STUDIO_PORT=5555
Expand Down Expand Up @@ -186,7 +186,7 @@ services:
frontend-database-explorer-mongo:
container_name: frontend-database-explorer-mongo
build:
context: ./../application/frontend-database-explorer
context: docker-build/frontend-database-explorer
args:
- DB_TYPE=mongo
- STUDIO_PORT=5556
Expand Down

0 comments on commit e622128

Please sign in to comment.