Compare commits

..

No commits in common. "36534604c102c60c7817e53ca6be5d4142aed401" and "ac455beac0ee1f3e07289e1f8f196ae1e2747128" have entirely different histories.

View file

@ -11,7 +11,6 @@
restart_policy: unless-stopped
networks:
- name: gitea
- name: postfix
- name: external_services
volumes:
- "{{ gitea.volume_folder }}:/data"
@ -25,7 +24,4 @@
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"