This commit is contained in:
2026-05-07 16:41:57 +05:00
parent d7d8d82276
commit 2671f97f9e
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
# Устанавливаем git # Устанавливаем git
RUN apk update --no-cache RUN apk update --no-cache
RUN apk add --no-cache git 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 #COPY ./hotel777 /app
RUN npm i RUN npm i

View File

@@ -1,16 +1,16 @@
version: '3.8' version: '3.8'
services: services:
hotell777: hotell777_260507:
build: . build: .
image: kalugin66/hotell777 image: kalugin66/hotell777_260507
container_name: hotell777 container_name: hotell777_260507
# ports: # ports:
# - "3000:3000" # - "3000:3000"
networks: networks:
- applications - applications
restart: always restart: always
volumes: volumes:
- /docker/hotell777/data:/app/data:rw - /docker/hotell777_260507/data:/app/data:rw
environment: environment:
- TZ=Asia/Yekaterinburg - TZ=Asia/Yekaterinburg
- HOTEL777KEY="secretkey" - HOTEL777KEY="secretkey"