diff --git a/docker-compose-azure.yml b/docker-compose-azure.yml index 27103137..00f4193c 100644 --- a/docker-compose-azure.yml +++ b/docker-compose-azure.yml @@ -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: @@ -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: \ No newline at end of file