37
apps/npm/docker-compose.json
Normal file
37
apps/npm/docker-compose.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"name": "npm",
|
||||
"image": "jc21/nginx-proxy-manager:2.13.5",
|
||||
"isMain": true,
|
||||
"internalPort": "${NPM_WEBUI_PORT}",
|
||||
"addPorts": [
|
||||
{
|
||||
"hostPort": "${NPM_HTTP_PORT}",
|
||||
"containerPort": 80
|
||||
},
|
||||
{
|
||||
"hostPort": "${NPM_HTTPS_PORT}",
|
||||
"containerPort": 443
|
||||
},
|
||||
{
|
||||
"hostPort": "${NPM_WEBUI_PORT}",
|
||||
"containerPort": 81
|
||||
}
|
||||
],
|
||||
"environment": {
|
||||
"DISABLE_IPV6": "true"
|
||||
},
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data",
|
||||
"containerPath": "/data"
|
||||
},
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/letsencrypt",
|
||||
"containerPath": "/etc/letsencrypt"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user