Compare commits
5 Commits
56a384a9d8
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c25996ea3a | |||
| 14e73f0850 | |||
| cfbff8ecbe | |||
| 90bc7f6e35 | |||
| c1deba1b56 |
@@ -0,0 +1,2 @@
|
||||
traefik-letsencrypt/
|
||||
.env
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user