Hi,
Have you checked the organization of your URL patterns?.
On Thu, Jul 27, 2023 at 12:16 PM clas...@gmail.com
wrote:
> Dockerfile
>
> ###
> # BUILDER #
> ###
>
> # pull official base image
> FROM python:3.11.2-slim as builder
>
> # set work directory
> WORKDIR /app
>
> # set en
Dockerfile
###
# BUILDER #
###
# pull official base image
FROM python:3.11.2-slim as builder
# set work directory
WORKDIR /app
# set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
# install system dependencies
RUN apt-get update && \
apt-get install
Hello,
kindly help me with a solution i have a issue with my nginx it uses
docker-compose with clery and flower dashboard which point to difrent url
the flower url works fine as expected but the main django sever not working
saying page not found
docker-compose
version: '3.9'
services:
api:
3 matches
Mail list logo