소스 검색

fatboar2.0 avec suppression du port

DESKTOP-SMCIPAV\falko 4 달 전
부모
커밋
2807bed13d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      angular-client/src/app/components/auth/tirage/tirage.component.ts
  2. 2 2
      docker-compose.prod.yml

+ 1 - 1
angular-client/src/app/components/auth/tirage/tirage.component.ts

@@ -20,7 +20,7 @@ interface httpResponse {
 })
 export class TirageComponent implements OnInit {
 
-  private readonly URL = "http://localhost:4000"
+  private readonly URL = "https://api-prod.foodgame.fr"
   user: User
   formTirage: FormGroup
   messageError: string = null 

+ 2 - 2
docker-compose.prod.yml

@@ -39,8 +39,8 @@ services:
 
   database_prod:
     image: mongo:4.4.6
-    ports:
-      - "27017:27017"
+    # ports:
+    #   - "27017:27017"
     volumes:
       - ./backup:/backup
       - mongo_data_prod:/data/db