feat: upgrade gitea to latest
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
name: gitea
|
name: gitea
|
||||||
secrets:
|
secrets:
|
||||||
SMTP_USERNAME:
|
SMTP_USERNAME:
|
||||||
file: './secrets/mail/SMTP_USERNAME'
|
file: "./secrets/mail/SMTP_USERNAME"
|
||||||
SMTP_PASSWORD:
|
SMTP_PASSWORD:
|
||||||
file: './secrets/mail/SMTP_PASSWORD'
|
file: "./secrets/mail/SMTP_PASSWORD"
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:1.22.2
|
image: gitea/gitea:latest
|
||||||
container_name: gitea_app
|
container_name: gitea_app
|
||||||
restart: always
|
restart: always
|
||||||
secrets:
|
secrets:
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
GITEA__service__SHOW_REGISTRATION_BUTTON: false
|
GITEA__service__SHOW_REGISTRATION_BUTTON: false
|
||||||
GITEA__service__ENABLE_NOTIFY_MAIL: true
|
GITEA__service__ENABLE_NOTIFY_MAIL: true
|
||||||
GITEA__mailer__ENABLED: true
|
GITEA__mailer__ENABLED: true
|
||||||
GITEA__mailer__FROM: 'Gitea <gitea@64815139.xyz>'
|
GITEA__mailer__FROM: "Gitea <gitea@64815139.xyz>"
|
||||||
GITEA__mailer__PROTOCOL: smtp+starttls
|
GITEA__mailer__PROTOCOL: smtp+starttls
|
||||||
GITEA__mailer__SMTP_ADDR: in-v3.mailjet.com
|
GITEA__mailer__SMTP_ADDR: in-v3.mailjet.com
|
||||||
GITEA__mailer__SMTP_PORT: 587
|
GITEA__mailer__SMTP_PORT: 587
|
||||||
@@ -51,4 +51,4 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external: false
|
external: false
|
||||||
|
|||||||
Reference in New Issue
Block a user