{
"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": "no-session-only-cookies",
"DEPLOYMENT_DOMAIN": "git.ethicdevs.com",
"DEPLOYMENT_SCHEME": "https"
},
"labels": {
"traefik.http.routers.git_ethicdevs_com_web.entrypoints": "web",
"traefik.http.routers.git_ethicdevs_com_web.rule": "Host(`git.ethicdevs.com`)"
}
}