Skip to content

Commit

Permalink
Separated Docker build and compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Salvini committed Nov 27, 2024
1 parent 88aa037 commit 6fba77d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '2'

services:
feedback-hub-be:
image: 'feedback-hub:latest'
build:
context: ./target
image: 'samply/feedback-hub:latest'
container_name: feedback-hub-be
expose:
- 8071
Expand Down Expand Up @@ -43,9 +41,7 @@ services:
- negotiator

feedback-hub-ui:
build:
context: ./feedback-hub-ui
dockerfile: Dockerfile_fbh
image: 'samply/feedback-hub-ui:latest'
environment:
- BACKEND_URI=http://feedback-hub-be:8071
ports:
Expand Down

0 comments on commit 6fba77d

Please sign in to comment.