From 2671f97f9e1f10f910c92b0df8bf2bf3d56c261f Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Thu, 7 May 2026 16:41:57 +0500 Subject: [PATCH] =?UTF-8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- docker-compose.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b052cb..2274ec6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app # Устанавливаем git RUN apk update --no-cache RUN apk add --no-cache git -RUN git clone https://git.dadehard.ru/kalugin66/hotel777.git . +RUN git clone https://git.dadehard.ru/kalugin66/hotell777_260507.git . # Копируем уже склонированный репозиторий с хоста #COPY ./hotel777 /app RUN npm i diff --git a/docker-compose.yml b/docker-compose.yml index 14aa0e8..f694e4c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,16 +1,16 @@ version: '3.8' services: - hotell777: + hotell777_260507: build: . - image: kalugin66/hotell777 - container_name: hotell777 + image: kalugin66/hotell777_260507 + container_name: hotell777_260507 # ports: # - "3000:3000" networks: - applications restart: always volumes: - - /docker/hotell777/data:/app/data:rw + - /docker/hotell777_260507/data:/app/data:rw environment: - TZ=Asia/Yekaterinburg - HOTEL777KEY="secretkey"