From 81ce4fdb4cbdd27f985810400b4f01ca1049a02e Mon Sep 17 00:00:00 2001 From: Maillal Date: Sun, 30 Mar 2025 19:35:14 +0200 Subject: [PATCH] fix: commented docker back lines in order to push after trying to fix the error in tests --- config/backdev.docker-compose.yaml | 2 +- config/frontdev.docker-compose.yaml | 14 +++++++------- config/prod.docker-compose.yaml | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) 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