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
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

View File

@@ -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"