diff --git a/backend/app/static/test.txt b/backend/app/static/test.txt new file mode 100644 index 0000000..14fc1c2 --- /dev/null +++ b/backend/app/static/test.txt @@ -0,0 +1 @@ +eee diff --git a/compose.yaml b/compose.yaml index c1094c1..8726f96 100644 --- a/compose.yaml +++ b/compose.yaml @@ -81,7 +81,7 @@ services: - GITEA__server__LANDING_PAGE=explore - GITEA__ui__REACTIONS="+1, -1, fu, heart, laugh, confused, hooray, eyes, gun, boom, poop, kiss, rocket, bomb, chart_with_downwards_trend, eggplant" # To disable new users after setup: - - GITEA__service__DISABLE_REGISTRATION=false + - GITEA__service__DISABLE_REGISTRATION=true networks: - backnet - frontnet