Set offline mode and time format
This commit is contained in:
parent
b68b5fa8d7
commit
fb145dd0aa
|
@ -20,6 +20,7 @@ services:
|
|||
GITEA__server__DOMAIN: git.jilits.se
|
||||
GITEA__server__SSH_PORT: 2222
|
||||
GITEA__server__LANDING_PAGE: /explore/repos
|
||||
GITEA__server__OFFLINE_MODE: "true"
|
||||
GITEA__openid__ENABLE_OPENID_SIGNIN: "false"
|
||||
GITEA__service__DISABLE_REGISTRATION: "true"
|
||||
GITEA__service__NO_REPLY_ADDRESS: noreply.git.jilits.se
|
||||
|
@ -29,6 +30,7 @@ services:
|
|||
GITEA__mailer__FROM: Gitea <git@jilits.se>
|
||||
GITEA__mailer__USER: ${SMTP_USER}
|
||||
GITEA__mailer__PASSWD: ${SMTP_PASS}
|
||||
GITEA__time__FORMAT: "2006-01-02 15:04:05"
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue