feat(themes,templates,signup-gate): add signup gate, remove custom theme switcher from links footer
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: gitea-signup-gate/base
|
||||
restart: always
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
env_file:
|
||||
- ".env"
|
||||
command:
|
||||
- "app"
|
||||
Reference in New Issue
Block a user