Add loki service
This commit is contained in:
parent
37a304d161
commit
cbc5df483d
11 changed files with 170 additions and 3 deletions
|
@ -64,6 +64,8 @@ forgejo_env:
|
|||
|
||||
FORGEJO__oauth2__JWT_SECRET: "{{ vault_forgejo.oauth2_jwt_secret }}"
|
||||
|
||||
FORGEJO__log.console__FLAGS: "level,medfile,shortfuncname"
|
||||
|
||||
FORGEJO__metrics__ENABLED: true
|
||||
FORGEJO__metrics__TOKEN: "{{ vault_metrics_token }}"
|
||||
|
||||
|
@ -82,6 +84,7 @@ forgejo_env:
|
|||
|
||||
forgejo_compose:
|
||||
watchtower: update
|
||||
collect_logs: true
|
||||
image: codeberg.org/forgejo/forgejo:11
|
||||
volumes:
|
||||
- data:/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue