Enable Gitea Actions

This commit is contained in:
Ryan Moon
2026-03-31 18:05:55 -05:00
parent 1910babd97
commit a6a4a56148

View File

@@ -16,6 +16,7 @@ services:
GITEA__server__SSH_LISTEN_PORT: 2222
GITEA__server__START_SSH_SERVER: "true"
GITEA__service__DISABLE_REGISTRATION: "true"
GITEA__actions__ENABLED: "true"
{% if gitea_db_url is defined and gitea_db_url %}
GITEA__database__DB_TYPE: "postgres"
GITEA__database__HOST: "{{ gitea_db_host }}"