тест ci/cd
Some checks failed
/ prepare (push) Successful in 20s
/ build (push) Successful in 5m20s
/ deploy (push) Failing after 53s

This commit is contained in:
urec56 2025-04-11 22:43:26 +03:00
parent 8143358eb5
commit f2a3ecd194
3 changed files with 2 additions and 38 deletions

View file

@ -6,24 +6,6 @@ ENV APP_HOME=/home/app
WORKDIR $APP_HOME
# RUN apk add --no-cache \
# build-base \
# python3-dev \
# libffi-dev \
# openssl-dev \
# musl-dev \
# gcc \
# libc-dev
# RUN apk update \
# && apk add --no-cache gcc git python3-dev musl-dev linux-headers \
# libc-dev rsync zsh \
# findutils wget util-linux grep libxml2-dev libxslt-dev
# RUN apt-get update \
# && apt-get -y install curl gcc libpq-dev \
# && apt-get clean
COPY requirements.txt .
RUN pip config set global.trusted-host "pypi.python.org pypi.org files.pythonhosted.org" && \

View file

@ -6,24 +6,6 @@ ENV APP_HOME=/home/app
WORKDIR $APP_HOME
# RUN apk add --no-cache \
# build-base \
# python3-dev \
# libffi-dev \
# openssl-dev \
# musl-dev \
# gcc \
# libc-dev
# RUN apk update \
# && apk add --no-cache gcc git python3-dev musl-dev linux-headers \
# libc-dev rsync zsh \
# findutils wget util-linux grep libxml2-dev libxslt-dev
# RUN apt-get update \
# && apt-get -y install curl gcc libpq-dev \
# && apt-get clean
COPY requirements.txt .
RUN pip config set global.trusted-host "pypi.python.org pypi.org files.pythonhosted.org" && \

View file

@ -5,7 +5,7 @@ services:
ports:
- "127.0.0.1:8888:8000"
env_file:
- ../.env
- .env
restart: always
depends_on:
celery:
@ -17,7 +17,7 @@ services:
image: ${CHAT_CELERY_IMAGE}
container_name: celery
env_file:
- ../.env
- .env
restart: always
networks:
- bp_chat