{
"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"]
}