Fix docker-compose for Coolify: remove manual Traefik labels, add healthchecks, add curl to containers
This commit is contained in:
parent
4db2b0846b
commit
00c58c6f62
3 changed files with 15 additions and 21 deletions
|
|
@ -2,6 +2,8 @@ FROM python:3.12-slim
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue