CV app with fastapi, web nicegui based
This commit is contained in:
19
app_cv/docker-compose.yml
Normal file
19
app_cv/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user