Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
31 stars 14 forks source link

connect to db env for [gogs] #536

Closed qiaofeng1227 closed 6 months ago

qiaofeng1227 commented 6 months ago

What type of your feature request?
Is gogs has env about db? like gitea:

      - GITEA__database__DB_TYPE=mysql
      - GITEA__database__HOST=mysql:3306
      - GITEA__database__NAME=$W9_ID
      - GITEA__database__USER=$W9_ID
      - GITEA__database__PASSWD=$W9_POWER_PASSWORD
chendelin1982 commented 6 months ago

not found these Environment from Gogs official docs