diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index e013759..b95bad5 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,8 +1,8 @@ services: backend: image: wildrent9/wildrent-back - ports: - - 4000:4000 + # ports: + # - 4000:4000 volumes: - ./backend/src:/app/src healthcheck: @@ -22,8 +22,8 @@ services: - CHOKIDAR_USEPOLLING=true - WATCHPACK_POLLING=true env_file: .env.dev - ports: - - 3000:3000 + # ports: + # - 3000:3000 volumes: - ./frontend/src:/app/src depends_on: @@ -33,8 +33,8 @@ services: db: image: postgres restart: always - ports: - - "5434:5432" + # ports: + # - "5434:5432" environment: POSTGRES_PASSWORD: wildrent healthcheck: @@ -49,10 +49,10 @@ services: volumes: - ./imagesupload/src:/app/src - ./imagesupload/uploads:/app/uploads - ports: - - 8000:8000 - nginx: - image: nginx:1.21.3 + # ports: + # - 8000:8000 + gateway: + image: nginx depends_on: - backend - frontend @@ -62,7 +62,7 @@ services: - 7000:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf - - pgdata_new1:/pgdata_new1 + # - pgdata_new1:/pgdata_new1 - ./logs:/var/log/nginx adminer: image: adminer @@ -75,8 +75,8 @@ services: image: rediscommander/redis-commander environment: - REDIS_HOSTS=redis - ports: - - "8081:8081" + # ports: + # - "8081:8081" volumes: pgdata_new1: