William Nemenchainitial commit
86fb32e9/11/2022, 1:13:39 AM
~exoframe.json
.json
JSON
(application/json)
{
  "name": "react_monolith_docs",
  "template": "exoframe-template-node-16-lts",
  "hostname": "react-monolith.ethicdevs.com",
  "domain": "react-monolith.ethicdevs.com",
  "restart": "always",
  "port": "1337",
  "env": {
    "NODE_ENV": "production",
    "HOST": "0.0.0.0",
    "PORT": 1337,
    "DEPLOYMENT_DOMAIN": "react-monolith.ethicdevs.com",
    "DEPLOYMENT_SCHEME": "https",
    "COOKIE_SECRET": "no-session-only-cookies"
  },
  "labels": {
    "traefik.http.routers.teamtodo_v2_web.entrypoints": "web",
    "traefik.http.routers.teamtodo_v2_web.rule": "Host(`react-monolith.ethicdevs.com`)"
  },
  "compress": true,
  "letsencrypt": true
}