ю
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user