diff --git a/config/backdev.docker-compose.yaml b/config/backdev.docker-compose.yaml index 25151a0..739bb71 100644 --- a/config/backdev.docker-compose.yaml +++ b/config/backdev.docker-compose.yaml @@ -48,4 +48,4 @@ services: # container_name: MyINPulse-back # ports: # - "8081:8080" - \ No newline at end of file + # \ No newline at end of file diff --git a/config/frontdev.docker-compose.yaml b/config/frontdev.docker-compose.yaml index 529ac2c..35563c2 100644 --- a/config/frontdev.docker-compose.yaml +++ b/config/frontdev.docker-compose.yaml @@ -42,11 +42,11 @@ services: # ports: # - "8080:80" - back: - build: - context: ./MyINPulse-back/ - dockerfile: Dockerfile - container_name: MyINPulse-back - ports: - - "8081:8080" + #back: + # build: + # context: ./MyINPulse-back/ + # dockerfile: Dockerfile + # container_name: MyINPulse-back + # ports: + # - "8081:8080" \ No newline at end of file diff --git a/config/prod.docker-compose.yaml b/config/prod.docker-compose.yaml index 496efb3..fe2ceba 100644 --- a/config/prod.docker-compose.yaml +++ b/config/prod.docker-compose.yaml @@ -45,11 +45,11 @@ services: ports: - "8080:80" - back: - build: - context: ./MyINPulse-back/ - dockerfile: Dockerfile - container_name: MyINPulse-back - #ports: - # - "8081:8080" + #back: + # build: + # context: ./MyINPulse-back/ + # dockerfile: Dockerfile + # container_name: MyINPulse-back + # #ports: + # # - "8081:8080" \ No newline at end of file