Skip to content

Commit

Permalink
remove env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeeshWije committed Mar 5, 2024
1 parent edb03be commit c92e348
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: '3.8'

services:
backend:
env_file:
- ./backend/.env
build:
context: ./backend
dockerfile: Dockerfile
Expand All @@ -17,8 +15,6 @@ services:
- "3001:3001"

frontend:
env_file:
- ./frontend/.env
build:
context: ./frontend
dockerfile: Dockerfile
Expand All @@ -29,7 +25,5 @@ services:

db:
image: postgres
env_file:
- ./backend/.env
ports:
- "3306:3306"

0 comments on commit c92e348

Please sign in to comment.