Skip to content

Commit

Permalink
updated docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushjaiswal1610 committed Dec 30, 2023
1 parent 799da6d commit 4a0ae29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
ports:
- 3000:3000
env_file:
- ./client/.env
- ./client/.env.docker

authservice:
Expand All @@ -21,3 +22,4 @@ services:
- 6969:6969
env_file:
- ./authservice/.env
- ./authservice/.env.docker

0 comments on commit 4a0ae29

Please sign in to comment.