Update docker-compose.yaml

This commit is contained in:
2025-02-13 22:26:24 +00:00
parent fced039f76
commit 3ce414e4be

View File

@@ -4,6 +4,8 @@ services:
build:
context: .
dockerfile: Dockerfile
pull_policy: build
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.portfolio.entrypoints=web,websecure"