Skip to content

Commit

Permalink
build: add local infra
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablito2020 committed Oct 23, 2023
1 parent 9cfa4f0 commit 744e2d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ services:
ports:
- '80:80'

refuapp-admin-frontend:
build:
context: ./refuapp-admin
dockerfile: Dockerfile
depends_on:
- refuapp-backend
ports:
- '81:80'

sensors_db:
image: postgres:latest
environment:
Expand Down

0 comments on commit 744e2d6

Please sign in to comment.