Enable CI/Actions in Gitea

This commit is contained in:
David Boreham 2023-03-20 13:59:00 -06:00
parent c7b53d2707
commit 4908d65971

View File

@ -18,6 +18,7 @@ services:
- GITEA__server__HTTP_PORT=3000 - GITEA__server__HTTP_PORT=3000
- GITEA__server__LOCAL_ROOT_URL=http://gitea.local:3000/ - GITEA__server__LOCAL_ROOT_URL=http://gitea.local:3000/
- GITEA__server__ROOT_URL=http://gitea.local:3000/ - GITEA__server__ROOT_URL=http://gitea.local:3000/
- GITEA__actions__ENABLED=true
- GITEA__security__INSTALL_LOCK=true - GITEA__security__INSTALL_LOCK=true
restart: always restart: always
networks: networks: