ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
94 stars 6 forks source link

feature request: label for container name #44

Closed webysther closed 8 months ago

webysther commented 1 year ago

Support for label the name that's show in the html page will be nice:

proxyListeningPort: 80
proxyHosts:
  - domain: game.example.com
    label: Game
    containerName: app-game
    proxyHost: emulatorjs
    proxyPort: 80
    timeoutSeconds: 60
    stopOnTimeoutIfCpuUsageBelow: 10