Skip to content

Commit

Permalink
updated docker compose for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ghanatava committed Oct 18, 2023
1 parent 2550d2c commit 9d8b717
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
version: '3'
services:

frontend:
image: blossomlabsio/bloom-frontend
env_file:
- .env
depends_on:
- postgres
- backend
container_name: bloom-frontend
ports:
- "80:80"


backend:
build:
context: .
dockerfile: Dockerfile
image: blossomlabsio/bloom-backend

depends_on:
- postgres
container_name: bloom-backend
Expand Down

0 comments on commit 9d8b717

Please sign in to comment.