Skip to content

Commit

Permalink
Merge pull request #68 from Azure-Samples/66-request-for-updating-rea…
Browse files Browse the repository at this point in the history
…dmemd-file

mod docker compose envfile path
  • Loading branch information
ruoccofabrizio authored Nov 9, 2023
2 parents 2a1e0ff + 2cb5e4e commit a5c482f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ services:
ports:
- "8080:80"
env_file:
- ..\.env
- ../.env
admin:
image: fruoccopublic.azurecr.io/rag-adminwebapp
ports:
- "8081:80"
env_file:
- ..\.env
- ../.env
backend:
image: fruoccopublic.azurecr.io/rag-backend
ports:
- "8082:80"
env_file:
- ..\.env
- ../.env

0 comments on commit a5c482f

Please sign in to comment.