Compare commits
4 commits
f24eb653aa
...
c8e3c49ed7
Author | SHA1 | Date | |
---|---|---|---|
c8e3c49ed7 | |||
27e8dc5830 | |||
f0d1071e8c | |||
c7e38b170b |
2 changed files with 4 additions and 2 deletions
compute-1-mep
|
@ -47,6 +47,8 @@ services:
|
|||
- FORGEJO__markup.pandoc_rst__IS_INPUT_FILE=false
|
||||
- FORGEJO__mailer__SMTP_ADDR=mx.gnous.eu
|
||||
- FORGEJO__mailer__SMTP_PORT=587
|
||||
- FORGEJO__metrics__ENABLED=true
|
||||
|
||||
# - FORGEJO__mailer__FROM=${SMTP_USER}
|
||||
# - FORGEJO__mailer__USER=${SMTP_USER}
|
||||
# - FORGEJO__mailer__PASSWD=${SMTP_PASS}
|
||||
|
@ -67,7 +69,7 @@ services:
|
|||
- "traefik.enable=true"
|
||||
# web server
|
||||
- "traefik.http.services.forgejo-service-gnous.loadbalancer.server.port=3001"
|
||||
- "traefik.http.routers.forgejognous.rule=Host(`git.gnous.eu`)"
|
||||
- "traefik.http.routers.forgejognous.rule=(Host(`git.gnous.eu`) && !Path(`/metrics`))"
|
||||
- "traefik.http.routers.forgejognous.tls=true"
|
||||
- "traefik.http.routers.forgejognous.tls.certresolver=defaultacme"
|
||||
- "traefik.http.routers.forgejognous.entrypoints=websecure"
|
||||
|
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
renovate:
|
||||
image: ghcr.io/renovatebot/renovate:39.84.0-full
|
||||
image: ghcr.io/renovatebot/renovate:39.86.2-full
|
||||
restart: always
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
|
|
Loading…
Add table
Reference in a new issue