This commit is contained in:
2024-08-05 17:38:47 -03:00
parent 2353362c04
commit 62976c8e5c
12 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ FROM python:3.9-slim
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
COPY ./app /app
# Install the dependencies
RUN pip install --no-cache-dir -r requirements.txt

View File

View File

Before

Width:  |  Height:  |  Size: 394 KiB

After

Width:  |  Height:  |  Size: 394 KiB

View File

@ -2,14 +2,14 @@ services:
traefik-frontend:
container_name: traefik-frontend
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/fluzzi/traefik-frontend:latest
#build:
#context: .
#dockerfile: Dockerfile
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./data:/data
environment:
- FLASK_ENV=development
- PUID=1000
- PGID=1000
- TRAEFIK_API_URL=http://norman.lan/api/http/routers