Simple Node.js application use for Docker training
652
This service needs to connect to a Redis server.
You can customize some configurations with environment variables when you start your container:
REDIS_HOST: Define the host to use to connect to Redis. Default: 127.0.0.1.REDIS_PORT: Define the remote port to connect to Redis. Default: 6379.PORT: Define the port on which the Node application will listen for connections. Default: 8080.DEBUG: When equals "true", enable debug level logs.Content type
Image
Digest
Size
24.4 MB
Last updated
over 9 years ago
docker pull bargenson/forma-docker-nodeapp