CV app with fastapi, web nicegui based

This commit is contained in:
Luciano Gervasoni
2025-04-30 18:41:35 +02:00
parent ccfd0f9188
commit d7df5b4ea4
7 changed files with 160 additions and 45 deletions

19
app_cv/docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
services:
matitos_cv:
build:
context: .
image: fetcher_app_cv
container_name: fetcher_app_cv
restart: unless-stopped
ports:
- 5000
environment:
- DEBUG_MODE=0
labels: # Reverse proxy sample
- "traefik.enable=true"
- "traefik.http.routers.cv.rule=Host(`cv.matitos.org`)"
- "traefik.http.routers.cv.entrypoints=websecure"
- "traefik.http.routers.cv.tls.certresolver=myresolvercd"
- "traefik.http.services.cv.loadbalancer.server.port=5000"
networks:
- docker_default # Reverse proxy network