Files
Infra/olhar/docker-compose.yml
Cédric Olivier c25996ea3a fix pb nom image
2026-06-06 23:43:53 +02:00

28 lines
654 B
YAML

name: olhar
services:
oalhar:
image: git.goutailler-olivier.com/gato/olhar-pwa: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