Rattrapage pb de gitea
Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: luz
|
||||
|
||||
services:
|
||||
luz:
|
||||
image: git.goutailler-olivier.com/gato/luz:latest
|
||||
container_name: luz
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
TZ: Europe/Paris
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.luz.rule=Host(`luz.goutailler-olivier.com`)
|
||||
- traefik.http.routers.luz.entrypoints=websecure
|
||||
- traefik.http.routers.luz.tls.certresolver=le
|
||||
- traefik.http.services.luz.loadbalancer.server.port=80
|
||||
- traefik.docker.network=proxy
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
name: proxy
|
||||
Reference in New Issue
Block a user