Compare commits

...

5 Commits

Author SHA1 Message Date
Cédric Olivier c25996ea3a fix pb nom image 2026-06-06 23:43:53 +02:00
Gato 14e73f0850 feat: ajouter le projet Olhar accessible sur olhar.goutailler-olivier.com
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 23:07:12 +02:00
Gato cfbff8ecbe Update runner 2026-06-06 22:55:41 +02:00
Cédric Olivier 90bc7f6e35 Optimise Infra 2026-06-06 22:51:44 +02:00
Gato c1deba1b56 update runner 2026-06-06 21:40:59 +02:00
5 changed files with 48 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
traefik-letsencrypt/
.env
+2 -2
View File
@@ -88,7 +88,7 @@ services:
- gitea
environment:
GITEA_INSTANCE_URL: http://gitea:3000
GITEA_RUNNER_REGISTRATION_TOKEN: Rvi31evVGlyH8o1h2lw200uMjOJyCrBQJXLKQqJk
GITEA_RUNNER_REGISTRATION_TOKEN: VBV30irSexdiyvHyzlX0HAmb1iV3XGiDm37raumU
GITEA_RUNNER_NAME: docker-runner
GITEA_RUNNER_LABELS: ubuntu-latest:host
CONFIG_FILE: /config.yaml
@@ -96,7 +96,7 @@ services:
GITEA__actions__DEFAULT_ACTIONS_URL: http://gitea:3000
volumes:
- ~/Applications/data/gitea/runner_data:/data
- ~/Applications/data/gitea/runner_data/config.yaml:/config.yaml
- ./runner-config.yaml:/config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
networks:
- gitea-net
+16
View File
@@ -0,0 +1,16 @@
log:
level: info
runner:
file: .runner
capacity: 2
timeout: 3h
insecure: false
fetch_timeout: 5s
fetch_interval: 2s
cache:
enabled: false
host:
workdir_parent:
+27
View File
@@ -0,0 +1,27 @@
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
+1 -1
View File
@@ -9,7 +9,7 @@ services:
TZ: Europe/Paris
volumes:
- /home/gato/Applications/Trilium/data:/home/node/trilium-data
- ~/Applications/data/trilium:/home/node/trilium-data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro