phantom-fleet
Version:
Phantom Fleet: Optimize Docker images with dynamic proxy management.
18 lines • 364 B
JSON
{
"apps": [
{
"CONTAINER_NAME": "docker-nginx",
"LOG_START_TEXT": "start worker process",
"TIMEOUT_INACTIVE": 100000,
"IMAGE": "nginx:latest",
"PORT": "80/tcp",
"HOST_PORT": "88",
"TARGET": "http://localhost:88",
"APP_PORT": 3001,
"ENV": [
"VAR1=value1",
"VAR2=value2"
]
}
]
}