Skip to content

Commit

Permalink
Bug in Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Apr 15, 2024
1 parent 12668d3 commit 1566cfe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docker-compose-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ services:
image: "dkdsprototypesreg01.azurecr.io/containergroup:api"
platform: "linux/amd64"
ports:
#- "${PORT}:${PORT}"
# DK Added
- 443:3080
- 80:3080
depends_on:
- mongodb
- rag_api
restart: always
user: "${UID}:${GID}"
user: ""
env_file:
- .env
extra_hosts:
Expand Down Expand Up @@ -59,13 +57,7 @@ services:
- .env
actions:
image: "dkdsprototypesreg01.azurecr.io/containergroup:actions"
# linux/amd64 for Silicon Mac
platform: linux/amd64
#ports:
# API
#- 3001:8080
# Action server portal
#- 4001:8087

volumes:
pgdata2:

0 comments on commit 1566cfe

Please sign in to comment.