Compare commits
3 commits
ac455beac0
...
36534604c1
Author | SHA1 | Date | |
---|---|---|---|
Reynir Björnsson | 36534604c1 | ||
Reynir Björnsson | d73cc9e28f | ||
Reynir Björnsson | 554024f2b2 |
|
@ -11,6 +11,7 @@
|
|||
restart_policy: unless-stopped
|
||||
networks:
|
||||
- name: gitea
|
||||
- name: postfix
|
||||
- name: external_services
|
||||
volumes:
|
||||
- "{{ gitea.volume_folder }}:/data"
|
||||
|
@ -24,4 +25,7 @@
|
|||
GITEA__mailer__ENABLED: "true"
|
||||
GITEA__mailer__FROM: "noreply@{{ gitea.domain }}"
|
||||
GITEA__mailer__MAILER_TYPE: "smtp"
|
||||
GITEA__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
||||
GITEA__mailer__USER: "noop"
|
||||
GITEA__mailer__PASSWD: "noop"
|
||||
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
||||
|
|
Loading…
Reference in a new issue