Compare commits

...

2 commits

Author SHA1 Message Date
Jeff Clement
046ce02c8a
Merge branch 'main' of git-ssh.straybits.ca:straybits/docker-samples 2024-11-08 11:20:45 -07:00
Jeff Clement
6d55d6409d
Fix to SSH hostname on tailscale git example 2024-11-08 11:19:54 -07:00

View file

@ -35,6 +35,7 @@ services:
- USER_GID=1000
- APP_NAME=${APP_NAME}
- FORGEJO__server__ROOT_URL=https://${FORGEJO_HOSTNAME}
- FORGEJO__server__SSH_DOMAIN=${FORGEJO_HOSTNAME}
# Prevent the installation wizard from running
- FORGEJO__security__INSTALL_LOCK=true
# Do we allow new signups?