d4b05b5 (parent 16fc80c)9/21/2022, 12:21:47 AM
.json
JSON
(application/json)
{
  "name": "git_ethicdevs_com",
  "template": "exoframe-template-node-16-lts",
  "hostname": "git.ethicdevs.com",
  "domain": "git.ethicdevs.com",
  "port": "1337",
  "restart": "always",
  "compress": true,
  "letsencrypt": true,
  "env": {
    "NODE_ENV": "production",
    "HOST": "0.0.0.0",
    "PORT": 1337,
    "COOKIE_NAME": "git_ethicdevs_ssid",
    "COOKIE_SECRET": "@gitfoss_ethicdevs_cookie_secret",
    "DATABASE_URL": "@gitfoss_ethicdevs_database_url",
    "DEPLOYMENT_DOMAIN": "git.ethicdevs.com",
    "DEPLOYMENT_SCHEME": "https",
    "GIT_REPOSITORIES_ROOT": "/opt/git_repos"
  },
  "labels": {
    "traefik.http.routers.git_ethicdevs_com_web.entrypoints": "web",
    "traefik.http.routers.git_ethicdevs_com_web.rule": "Host(`git.ethicdevs.com`)"
  },
  "volumes": ["/opt/git_repos:/opt/git_repos"]
}

GitFOSS - v0.2.0 (#48b426e) - MIT License