feat: ajouter le projet Olhar accessible sur olhar.goutailler-olivier.com

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 23:07:12 +02:00
parent cfbff8ecbe
commit 14e73f0850
+27
View File
@@ -0,0 +1,27 @@
name: olhar
services:
olhar:
image: git.goutailler-olivier.com/gato/olhar:latest
container_name: olhar
restart: unless-stopped
environment:
TZ: Europe/Paris
networks:
- proxy
labels:
- traefik.enable=true
- traefik.http.routers.olhar.rule=Host(`olhar.goutailler-olivier.com`)
- traefik.http.routers.olhar.entrypoints=websecure
- traefik.http.routers.olhar.tls.certresolver=le
- traefik.http.services.olhar.loadbalancer.server.port=80
- traefik.docker.network=proxy
- com.centurylinklabs.watchtower.enable=true
networks:
proxy:
external: true
name: proxy