Enable Gitea Actions
This commit is contained in:
@@ -16,6 +16,7 @@ services:
|
|||||||
GITEA__server__SSH_LISTEN_PORT: 2222
|
GITEA__server__SSH_LISTEN_PORT: 2222
|
||||||
GITEA__server__START_SSH_SERVER: "true"
|
GITEA__server__START_SSH_SERVER: "true"
|
||||||
GITEA__service__DISABLE_REGISTRATION: "true"
|
GITEA__service__DISABLE_REGISTRATION: "true"
|
||||||
|
GITEA__actions__ENABLED: "true"
|
||||||
{% if gitea_db_url is defined and gitea_db_url %}
|
{% if gitea_db_url is defined and gitea_db_url %}
|
||||||
GITEA__database__DB_TYPE: "postgres"
|
GITEA__database__DB_TYPE: "postgres"
|
||||||
GITEA__database__HOST: "{{ gitea_db_host }}"
|
GITEA__database__HOST: "{{ gitea_db_host }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user